diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-02-25 06:04:32 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 06:04:32 +0700 |
commit | e7fb2a32ebbde3928f345c595b3bc7352eabe4c2 (patch) | |
tree | 563f5e379cc7341ed7b5990b24ddc75882d0e91e | |
parent | 968096ebcaabc07a3722aa2de124368f4bce515c (diff) | |
download | vyos-build-e7fb2a32ebbde3928f345c595b3bc7352eabe4c2.tar.gz vyos-build-e7fb2a32ebbde3928f345c595b3bc7352eabe4c2.zip |
Use latest opam version
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 690aec28..d5a26a0e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -113,7 +113,7 @@ RUN dpkg-reconfigure ca-certificates; \ # Installing OCAML needed to compile libvyosconfig -RUN curl https://raw.githubusercontent.com/ocaml/opam/2.0.2/shell/install.sh \ +RUN curl https://raw.githubusercontent.com/ocaml/opam/2.0.6/shell/install.sh \ --output /tmp/opam_install.sh --retry 10 --retry-delay 5 && \ sed -i 's/read BINDIR/BINDIR=""/' /tmp/opam_install.sh && sh /tmp/opam_install.sh && \ opam init --root=/opt/opam --comp=4.09.0 --disable-sandboxing |