We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a161a6b commit 17ccd3aCopy full SHA for 17ccd3a
docker/Dockerfile
@@ -132,7 +132,7 @@ RUN dpkg-reconfigure ca-certificates; \
132
# Installing OCAML needed to compile libvyosconfig
133
RUN curl https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh \
134
--output /tmp/opam_install.sh --retry 10 --retry-delay 5 && \
135
- sed -i 's/read -r BINDIR/BINDIR=""/' /tmp/opam_install.sh && sh /tmp/opam_install.sh && \
+ sed -i 's/read_tty BINDIR/BINDIR=""/' /tmp/opam_install.sh && sh /tmp/opam_install.sh && \
136
opam init --root=/opt/opam --comp=${OCAML_VERSION} --disable-sandboxing --no-setup
137
138
RUN eval $(opam env --root=/opt/opam --set-root) && \
0 commit comments