From e7d2f63d457843e6423077f50fbc95b838a848e0 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Sun, 6 Nov 2022 08:32:18 -0600 Subject: Docker: T4798: add OCaml package fileutils The package fileutils is required for the file path validator. (cherry picked from commit 55758811bc6f06fa579f502b4a4705e37281e359) --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b45572d2..f0a000c5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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) && \ -- cgit v1.2.3