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 c25b21b commit e02b841Copy full SHA for e02b841
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]" >> /etc/pip.conf && \
84
- echo "proxy = $https_proxy" >> /etc/pip.conf
+RUN sudo echo "[global]" >> /etc/pip.conf && \
+ sudo 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