Skip to content

Commit

Permalink
Forgot &&
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Curran committed Apr 6, 2018
1 parent e7bee00 commit a6c0c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN useradd --password password \

USER ${NB_UID}:${NB_GID}
RUN cd /home/builder \
conda create --yes --name py${PY_VERSION} jupyter
&& conda create --yes --name py${PY_VERSION} jupyter

0 comments on commit a6c0c3b

Please sign in to comment.