Skip to content
Snippets Groups Projects
Commit bbfa1446 authored by Lansana DIOMANDE's avatar Lansana DIOMANDE
Browse files

fix(desktop docker image): user can use 'sudo' command without typing passwd

parent e1c46678
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ RUN apt install vim -y && apt install nano -y \
## User account
RUN adduser --disabled-password --gecos '' deadlock && \
usermod -aG sudo deadlock && passwd -d deadlock
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
COPY setup_trace.py setup_trace.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment