Skip to content

Commit 612aa57

Browse files
authored
Merge pull request #1165 from dmpe/patch-2
Update Dockerfile fix spelling
2 parents e16db05 + 83ec89d commit 612aa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN chmod a+rx /usr/local/bin/fix-permissions
5555
# Enable prompt color in the skeleton .bashrc before creating the default NB_USER
5656
RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc
5757

58-
# Create NB_USER wtih name jovyan user with UID=1000 and in the 'users' group
58+
# Create NB_USER with name jovyan user with UID=1000 and in the 'users' group
5959
# and make sure these dirs are writable by the `users` group.
6060
RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
6161
sed -i.bak -e 's/^%admin/#%admin/' /etc/sudoers && \

0 commit comments

Comments
 (0)