Skip to content

Commit 70a6730

Browse files
committed
add -e
1 parent 0e1101c commit 70a6730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/kayobe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV container docker
2929

3030
RUN echo "sslverify=0" >> /etc/dnf/dnf.conf
3131
RUN mkdir -p /home/stack/.pip
32-
RUN echo "[global]\nproxy = http://192.168.121.250:3127/\nHTTP_PROXY=http://192.168.121.250:3127/" >> /home/stack/.pip/pip.conf
32+
RUN echo -e "[global]\nproxy = http://192.168.121.250:3127/\nHTTP_PROXY=http://192.168.121.250:3127/" >> /home/stack/.pip/pip.conf
3333
ARG BASE_IMAGE="quay.io/rockylinux/rockylinux:8"
3434
ARG USE_PYTHON_312="false"
3535
RUN dnf install epel-release -y && \

0 commit comments

Comments
 (0)