We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531b5a6 commit 2da165fCopy full SHA for 2da165f
docker/kayobe/Dockerfile
@@ -28,11 +28,11 @@ ENV container docker
28
# CMD ["/usr/sbin/init"]
29
30
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
+RUN cat >> /home/stack/.pip/pip.conf<< EOT
+ [global]
+ proxy = http://192.168.121.250:3127/
+ HTTP_PROXY=http://192.168.121.250:3127/
+ EOT
36
ARG BASE_IMAGE="quay.io/rockylinux/rockylinux:8"
37
ARG USE_PYTHON_312="false"
38
RUN dnf install epel-release -y && \
0 commit comments