Commit 3163904f authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #942 from ilveroluca/pr/fix-perms

Make fix-permissions executable by all
parents fe64133b 31b84775
...@@ -44,6 +44,7 @@ ENV PATH=$CONDA_DIR/bin:$PATH \ ...@@ -44,6 +44,7 @@ ENV PATH=$CONDA_DIR/bin:$PATH \
# Add a script that we will use to correct permissions after running certain commands # Add a script that we will use to correct permissions after running certain commands
ADD fix-permissions /usr/local/bin/fix-permissions ADD fix-permissions /usr/local/bin/fix-permissions
RUN chmod a+rx /usr/local/bin/fix-permissions
# Enable prompt color in the skeleton .bashrc before creating the default NB_USER # Enable prompt color in the skeleton .bashrc before creating the default NB_USER
RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc
......
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