Skip to content

Commit

Permalink
Update docker/base/Dockerfile
Browse files Browse the repository at this point in the history
Co-Authored-By: rokroskar <[email protected]>
  • Loading branch information
jirikuncar and rokroskar authored Feb 28, 2019
1 parent 697f362 commit e1d0948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ENV RENKU_DISABLE_VERSION_CHECK 1

RUN pip install pipx && \
pipx install --spec /wheels/renku*.whl renku && \
echo "export PATH=~/.local/bin:$PATH" >> /home/$NB_USER/.bashrc
pipx ensurepath

COPY git-config.bashrc /home/$NB_USER/
RUN cat /home/$NB_USER/git-config.bashrc >> /home/$NB_USER/.bashrc && rm /home/$NB_USER/git-config.bashrc
Expand Down

0 comments on commit e1d0948

Please sign in to comment.