Skip to content

Commit fcd19bc

Browse files
committed
docker: T7170: fix sed pattern for change in OPAM install.sh
1 parent 7116660 commit fcd19bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN dpkg-reconfigure ca-certificates; \
141141
# Installing OCAML needed to compile libvyosconfig
142142
RUN curl https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh \
143143
--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 && \
144+
sed -i 's/read_tty BINDIR/BINDIR=""/' /tmp/opam_install.sh && sh /tmp/opam_install.sh && \
145145
opam init --root=/opt/opam --comp=4.12.0 --disable-sandboxing
146146

147147
RUN eval $(opam env --root=/opt/opam --set-root) && \

0 commit comments

Comments
 (0)