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 87ef9f0 commit c25b21bCopy full SHA for c25b21b
docker/kayobe/Dockerfile
@@ -80,8 +80,8 @@ 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
+RUN echo "[global]" >> /etc/pip.conf && \
+ echo "proxy = $https_proxy" >> /etc/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
0 commit comments