Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
Matthias Dressel
docker-images
Commits
a367ed35
Commit
a367ed35
authored
1 year ago
by
Duncan McNamara
Browse files
Options
Downloads
Patches
Plain Diff
videolan-alpine-node: add videolan user
parent
f4bb57b9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
videolan-alpine-node/Dockerfile
+4
-0
4 additions, 0 deletions
videolan-alpine-node/Dockerfile
with
4 additions
and
0 deletions
videolan-alpine-node/Dockerfile
+
4
−
0
View file @
a367ed35
...
...
@@ -11,5 +11,9 @@ ENV IMAGE_DATE=202305051600
# - RPM based: <500 (CentOS, RedHat, etc.)
ARG
VIDEOLAN_UID=499
RUN
addgroup
-g
${
VIDEOLAN_UID
}
videolan
&&
\
adduser
-u
${
VIDEOLAN_UID
}
-G
videolan
-h
/home/videolan
-D
videolan
&&
\
echo
"videolan:videolan"
| chpasswd
USER
videolan
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