Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 15, 2020
1 parent 2418091 commit 60b8444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binder/docker/Dockerfile
Expand Up @@ -63,6 +63,7 @@ RUN cd /tmp \
&& ${SHELL} miniconda.sh -f -b -p ${CONDA_DIR} \
&& rm miniconda.sh \
&& ${CONDA_DIR}/bin/conda install --yes conda==${MINICONDA_VER} \
&& source ${CONDA_DIR}/bin/activate \
&& conda env update -n root -f "${HOME}/binder/environment.yml" \
&& conda install --yes -c conda-forge nodejs \
&& ${SHELL} ${HOME}/binder/postBuild \
Expand Down

0 comments on commit 60b8444

Please sign in to comment.