Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed Nov 5, 2017
1 parent 87f2b9d commit 3d4bd01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ADD . $HOME/sciunit
WORKDIR $HOME/sciunit
USER root
RUN chown -R $NB_USER .
RUN apt-get update
RUN apt-get install openssh-client -y # Needed for Versioned unit tests to pass
USER $NB_USER

RUN pip install -e . --process-dependency-links
Expand Down

0 comments on commit 3d4bd01

Please sign in to comment.