Skip to content

Commit 3d4b77c

Browse files
committed
added PIP_CERT to /etc/environment
1 parent 2422c73 commit 3d4b77c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/kayobe/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ RUN groupadd -g $KAYOBE_USER_GID -o stack && \
6767
RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
6868

6969
RUN echo export https_proxy=$https_proxy >> /etc/environment && \
70-
echo export http_proxy=$http_proxy >> /etc/environment
70+
echo export http_proxy=$http_proxy >> /etc/environment && \
71+
echo PIP_CERT=/etc/pki/tls/certs/ca-bundle.trust.crt >> /etc/environment
7172
RUN echo export https_proxy=$https_proxy >> /root/.bashrc && \
7273
echo export http_proxy=$http_proxy >> /root/.bashrc
7374

0 commit comments

Comments
 (0)