Add containers to the list of OPAM dependencies (needed for the new validate-value).

This commit is contained in:
Daniil Baturin 2021-04-18 12:39:10 +03:00
parent 4761fe8118
commit 281dc64d5a

View File

@ -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) && \