Skip to content

Commit

Permalink
Update images/docker-stacks-foundation/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Ayaz Salikhov <[email protected]>
  • Loading branch information
jmcgrath207 and mathbunnyru authored Aug 12, 2024
1 parent 07b8899 commit db9ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/docker-stacks-foundation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashr
RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
sed -i.bak -e 's/^%admin/#%admin/' /etc/sudoers && \
sed -i.bak -e 's/^%sudo/#%sudo/' /etc/sudoers && \
# Delete existing user 'ubuntu' with UID=1000 \
# Delete existing user 'ubuntu' with UID=1000
userdel -Rz ubuntu && \
useradd --no-log-init --create-home --shell /bin/bash --uid "${NB_UID}" --no-user-group "${NB_USER}" && \
mkdir -p "${CONDA_DIR}" && \
Expand Down

0 comments on commit db9ed61

Please sign in to comment.