diff options
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 a47a1d19..d86484f4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -133,7 +133,8 @@ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \ ctypes-foreign \ ctypes-build \ containers \ - fileutils + fileutils \ + xml-light # Build VyConf which is required to build libvyosconfig RUN eval $(opam env --root=/opt/opam --set-root) && \ |