summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2022-11-06 08:32:18 -0600
committerJohn Estabrook <jestabro@vyos.io>2022-11-06 08:33:44 -0600
commit55758811bc6f06fa579f502b4a4705e37281e359 (patch)
treec60992d5ec377b3664dcb861055ef3cc63a9ceb9 /docker
parent3a29e22dcd579349aac987b5825073527af38e58 (diff)
downloadvyos-build-55758811bc6f06fa579f502b4a4705e37281e359.tar.gz
vyos-build-55758811bc6f06fa579f502b4a4705e37281e359.zip
Docker: T4798: add OCaml package fileutils
The package fileutils is required for the file path validator.
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0f9193ba..de513115 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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) && \