summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-04-18 12:39:10 +0300
committerDaniil Baturin <daniil@vyos.io>2021-04-18 12:39:10 +0300
commit281dc64d5a37b7451167df4d2e63f00e4c4b8db0 (patch)
tree42dffce51c57d8fa096531bee2df937d145fc12b /docker
parent4761fe8118a58eebc5d28e55eee8c159f709119d (diff)
downloadvyos-build-281dc64d5a37b7451167df4d2e63f00e4c4b8db0.tar.gz
vyos-build-281dc64d5a37b7451167df4d2e63f00e4c4b8db0.zip
Add containers to the list of OPAM dependencies (needed for the new validate-value).
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 b2e5c2b2..03995d9b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -128,7 +128,8 @@ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \
num \
ctypes.0.16.0 \
ctypes-foreign \
- ctypes-build
+ ctypes-build \
+ containers
# Build VyConf which is required to build libvyosconfig
RUN eval $(opam env --root=/opt/opam --set-root) && \