Docker: T5194: add OCaml package xml-light as build dependency

This commit is contained in:
John Estabrook 2023-05-16 13:43:38 -05:00
parent 8519c780c9
commit abb3345625

View File

@ -133,7 +133,8 @@ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \
ctypes-foreign \
ctypes-build \
containers \
fileutils
fileutils \
xml-light
# Build VyConf which is required to build libvyosconfig
RUN eval $(opam env --root=/opt/opam --set-root) && \