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 e3e19a1 commit 87ef9f0Copy full SHA for 87ef9f0
docker/kayobe/Dockerfile
@@ -80,6 +80,9 @@ USER stack
80
RUN echo export https_proxy=$https_proxy >> $HOME/.bashrc && \
81
echo export http_proxy=$http_proxy >> $HOME/.bashrc
82
83
+RUN echo "[global]" >> $HOME/.pip/pip.conf && \
84
+ echo "proxy = $https_proxy" >> $HOME/.pip/pip.conf
85
+
86
RUN mkdir /stack/.ssh && chmod 700 /stack/.ssh
87
COPY --chown=stack:stack $KAYOBE_DOCKER_SSH_CONFIG_PATH /stack/.ssh/config
88
RUN chmod 600 /stack/.ssh/config
0 commit comments