Mise à jour de 'Dockerfile'

This commit is contained in:
Guillaume Astier Ruiz 2021-05-17 07:57:57 +00:00
parent d458c18d72
commit 6690a8ad26

View File

@ -8,8 +8,8 @@ RUN sed -i "/%sudo/s/ALL$/NOPASSWD: ALL/" /etc/sudoers
COPY ./data/bashrc /etc/skel/.bashrc
RUN useradd loic -m -G sudo
RUN useradd isen -m -G sudo
USER loic
USER isen
CMD while true; do sleep 1 ; done