From 74af0d96881efb0755b00ce080b9930ddd75a2d1 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 18 Feb 2021 20:25:28 +0700 Subject: Add containers to OCaml dependencies. --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) && \ -- cgit v1.2.3