From 430084797b21873b342aa81c80f893f2329f5d49 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 28 Feb 2021 05:24:21 +0200 Subject: Use a longer, more descriptive --no-setup opam option. It disables user shell environment setup. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index ef897f92..92e6aad9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -119,7 +119,7 @@ RUN dpkg-reconfigure ca-certificates; \ 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.1 --disable-sandboxing -n + opam init --root=/opt/opam --comp=4.09.1 --disable-sandboxing --no-setup RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \ pcre re -- cgit v1.2.3