Commit a252cfa1 authored by Thijs Walcarius's avatar Thijs Walcarius Committed by GitHub

Fix for build error #807

Fix permissions in parent dir of $CONDA_DIR instead of $CONDA_DIR
parent 83ed2c63
...@@ -51,7 +51,7 @@ RUN groupadd wheel -g 11 && \ ...@@ -51,7 +51,7 @@ RUN groupadd wheel -g 11 && \
chown $NB_USER:$NB_GID $CONDA_DIR && \ chown $NB_USER:$NB_GID $CONDA_DIR && \
chmod g+w /etc/passwd && \ chmod g+w /etc/passwd && \
fix-permissions $HOME && \ fix-permissions $HOME && \
fix-permissions $CONDA_DIR fix-permissions "$(dirname $CONDA_DIR)"
USER $NB_UID 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