diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-02-18 20:25:28 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-02-18 20:25:28 +0700 |
commit | 74af0d96881efb0755b00ce080b9930ddd75a2d1 (patch) | |
tree | 4736e051a1f2f89f77356c1b4e8fa077f749fa05 /docker | |
parent | 9012b3f79dc08fe1c78a5b88ad18e8fe81cbbd7b (diff) | |
download | vyos-build-74af0d96881efb0755b00ce080b9930ddd75a2d1.tar.gz vyos-build-74af0d96881efb0755b00ce080b9930ddd75a2d1.zip |
Add containers to OCaml dependencies.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index b2e5c2b..03995d9 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) && \ |