Skip to content

Commit

Permalink
Remove nologin removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Paul committed May 23, 2022
1 parent d4165bc commit c49a0d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/jupyterhub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ RUN groupadd -g 500 jupyter && \
mkdir -p /opt/jupyterhub && \
chown jupyter:jupyter /opt/jupyterhub && \
chgrp shadow /etc/shadow && \
chmod 0440 /etc/shadow && \
unlink /var/run/nologin
chmod 0440 /etc/shadow
COPY jupyterhub.sudoers /etc/sudoers.d/jupyterhub
COPY jupyterhub.pam /etc/pam.d/jupyterhub
USER jupyter
Expand Down

0 comments on commit c49a0d9

Please sign in to comment.