Commit 45b8529a authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #810 from twalcari/patch-1

Fix for build error #807
parents 83ed2c63 a252cfa1
......@@ -51,7 +51,7 @@ RUN groupadd wheel -g 11 && \
chown $NB_USER:$NB_GID $CONDA_DIR && \
chmod g+w /etc/passwd && \
fix-permissions $HOME && \
fix-permissions $CONDA_DIR
fix-permissions "$(dirname $CONDA_DIR)"
USER $NB_UID
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment