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 9a48bc3 commit 2847a0cCopy full SHA for 2847a0c
docker/kayobe/Dockerfile
@@ -68,7 +68,7 @@ RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
68
69
RUN echo export https_proxy=$https_proxy >> /etc/environment && \
70
echo export http_proxy=$http_proxy >> /etc/environment && \
71
- echo export PIP_CERT=/etc/pki/tls/certs/ca-bundle.trust.crt >> /etc/environment
+ echo export PIP_CERT=/etc/pki/ca-trust/source/anchors/ZscalerRootCertificate-2048-SHA256.pem >> /etc/environment
72
RUN echo export https_proxy=$https_proxy >> /root/.bashrc && \
73
echo export http_proxy=$http_proxy >> /root/.bashrc
74
0 commit comments