Docker: T4798: add OCaml package fileutils

The package fileutils is required for the file path validator.

(cherry picked from commit 55758811bc6f06fa579f502b4a4705e37281e359)
This commit is contained in:
John Estabrook 2022-11-06 08:32:18 -06:00 committed by Christian Breunig
parent d1516da228
commit e7d2f63d45

View File

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