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

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

parent 0e41c52c
No related branches found
No related tags found
2 merge requests!14feat: added mounted, .bashrc, .zshrc, added tests, added keycloak tests,!8feat(extension): login, open in devcontainer, automaticly save code, open briefing, publish extension
......@@ -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