Docker: T4798: add OCaml package fileutils

The package fileutils is required for the file path validator.
This commit is contained in:
John Estabrook 2022-11-06 08:32:18 -06:00
parent 3a29e22dcd
commit 55758811bc

View File

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