We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e16db05 + 83ec89d commit 612aa57Copy full SHA for 612aa57
base-notebook/Dockerfile
@@ -55,7 +55,7 @@ RUN chmod a+rx /usr/local/bin/fix-permissions
55
# Enable prompt color in the skeleton .bashrc before creating the default NB_USER
56
RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc
57
58
-# Create NB_USER wtih name jovyan user with UID=1000 and in the 'users' group
+# Create NB_USER with name jovyan user with UID=1000 and in the 'users' group
59
# and make sure these dirs are writable by the `users` group.
60
RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
61
sed -i.bak -e 's/^%admin/#%admin/' /etc/sudoers && \
0 commit comments