Commit 31b84775 authored by Luca Pireddu's avatar Luca Pireddu

Make fix-permissions executable by all

parent 1386e204
......@@ -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 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
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