diff options
-rw-r--r-- | docker/Dockerfile | 3 |
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) && \ |