Skip to content

Commit 3163904

Browse files
authored
Merge pull request #942 from ilveroluca/pr/fix-perms
Make fix-permissions executable by all
2 parents fe64133 + 31b8477 commit 3163904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base-notebook/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ ENV PATH=$CONDA_DIR/bin:$PATH \
4444

4545
# Add a script that we will use to correct permissions after running certain commands
4646
ADD fix-permissions /usr/local/bin/fix-permissions
47+
RUN chmod a+rx /usr/local/bin/fix-permissions
4748

4849
# Enable prompt color in the skeleton .bashrc before creating the default NB_USER
4950
RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc

0 commit comments

Comments
 (0)