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 b04a455 commit 98adca8
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/mnt
WORKDIR /home/mnt
USER root
RUN chown -R $NB_USER .
RUN apt-get update
RUN apt-get install openssh-client -y
USER $NB_USER

RUN python setup.py install

0 comments on commit 98adca8

Please sign in to comment.