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 2422c73 commit 3d4b77cCopy full SHA for 3d4b77c
docker/kayobe/Dockerfile
@@ -67,7 +67,8 @@ RUN groupadd -g $KAYOBE_USER_GID -o stack && \
67
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
+ echo export http_proxy=$http_proxy >> /etc/environment && \
71
+ echo PIP_CERT=/etc/pki/tls/certs/ca-bundle.trust.crt >> /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