We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7116660 commit fcd19bcCopy full SHA for fcd19bc
docker/Dockerfile
@@ -141,7 +141,7 @@ RUN dpkg-reconfigure ca-certificates; \
141
# Installing OCAML needed to compile libvyosconfig
142
RUN curl https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh \
143
--output /tmp/opam_install.sh --retry 10 --retry-delay 5 && \
144
- 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 && \
145
opam init --root=/opt/opam --comp=4.12.0 --disable-sandboxing
146
147
RUN eval $(opam env --root=/opt/opam --set-root) && \
0 commit comments