Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
deadlock-desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
deadlock-public
deadlock-desktop
Commits
3923db69
Commit
3923db69
authored
3 years ago
by
Lansana DIOMANDE
Browse files
Options
Downloads
Patches
Plain Diff
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
!14
feat: added mounted, .bashrc, .zshrc, added tests, added keycloak tests
,
!8
feat(extension): login, open in devcontainer, automaticly save code, open briefing, publish extension
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile.desktop
+1
-0
1 addition, 0 deletions
Dockerfile.desktop
with
1 addition
and
0 deletions
Dockerfile.desktop
+
1
−
0
View file @
3923db69
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment