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 a47d30c commit 531b5a6Copy full SHA for 531b5a6
docker/kayobe/Dockerfile
@@ -28,6 +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
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