Merge pull request #810 from twalcari/patch-1

Fix for build error #807
This commit is contained in:
Peter Parente
2019-02-14 11:09:30 -05:00
committed by GitHub

View File

@@ -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