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 70a6730 commit b600071Copy full SHA for b600071
docker/kayobe/Dockerfile
@@ -27,9 +27,9 @@ ENV container docker
27
28
# CMD ["/usr/sbin/init"]
29
30
-RUN echo "sslverify=0" >> /etc/dnf/dnf.conf
31
-RUN mkdir -p /home/stack/.pip
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
+RUN echo "$PROXY_CA" >> /etc/pki/ca-trust/source/anchors/ZscalerRootCertificate-2048-SHA256.pem && \
+ update-ca-trust
+
33
ARG BASE_IMAGE="quay.io/rockylinux/rockylinux:8"
34
ARG USE_PYTHON_312="false"
35
RUN dnf install epel-release -y && \
0 commit comments