Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FoodInformatics
msx-tool
Commits
208ed66b
Commit
208ed66b
authored
May 18, 2021
by
Jim Hoekstra
👋🏻
Browse files
change group in Dockerfile to have a different name from the user
parent
8901bd6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
208ed66b
FROM
python:3
RUN
groupadd
-r
msx_
user
RUN
useradd
--create-home
-r
-g
msx_
user
msx_user
RUN
groupadd
-r
msx_
group
RUN
useradd
--create-home
-r
-g
msx_
group
msx_user
ENV
PYTHONUNBUFFERED=1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment