summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2020-02-25 04:05:05 +0000
committerJohn Estabrook <jestabro@vyos.io>2020-02-25 04:05:05 +0000
commit0d4f8146f58f35acd985ccdd357722a8f3d5a0d7 (patch)
treee96b6475ff135004c9e4e3e25819cc782b1c87b4 /docker/Dockerfile
parente7fb2a32ebbde3928f345c595b3bc7352eabe4c2 (diff)
downloadvyos-build-0d4f8146f58f35acd985ccdd357722a8f3d5a0d7.tar.gz
vyos-build-0d4f8146f58f35acd985ccdd357722a8f3d5a0d7.zip
Use opam install script from master branch
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index d5a26a0e..b4c60a50 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.6/shell/install.sh \
+RUN curl https://raw.githubusercontent.com/ocaml/opam/master/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