Skip to content

Commit 2da165f

Browse files
committed
add indentation
1 parent 531b5a6 commit 2da165f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/kayobe/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ ENV container docker
2828
# CMD ["/usr/sbin/init"]
2929

3030
RUN echo "sslverify=0" >> /etc/dnf/dnf.conf
31-
RUN cat >> /home/stack/.pip/pip.conf<< EOF
32-
[global]
33-
proxy = http://192.168.121.250:3127/
34-
HTTP_PROXY=http://192.168.121.250:3127/
35-
EOF
31+
RUN cat >> /home/stack/.pip/pip.conf<< EOT
32+
[global]
33+
proxy = http://192.168.121.250:3127/
34+
HTTP_PROXY=http://192.168.121.250:3127/
35+
EOT
3636
ARG BASE_IMAGE="quay.io/rockylinux/rockylinux:8"
3737
ARG USE_PYTHON_312="false"
3838
RUN dnf install epel-release -y && \

0 commit comments

Comments
 (0)