Skip to content
Snippets Groups Projects
Commit 6ad1891c authored by Byungheong Jeong's avatar Byungheong Jeong
Browse files

Update Dockerfile

parent 97368943
No related branches found
No related tags found
No related merge requests found
Pipeline #13862 failed
...@@ -17,7 +17,7 @@ RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \ ...@@ -17,7 +17,7 @@ RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \
chpasswd $NB_USER:ar-noc && \ chpasswd $NB_USER:ar-noc && \
usermod -aG sudo $NB_USER usermod -aG sudo $NB_USER
RUN adduser docker sudo RUN adduser $NB_USER sudo
USER $NB_USER USER $NB_USER
RUN sudo ls RUN sudo ls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment