UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
M
MITRE
SAF
heimdall2
Commits
0135edef
Unverified
Commit
0135edef
authored
May 04, 2021
by
Robert Clark
Browse files
Fix uid and gid conflict
parent
20496b81
Pipeline
#244183
passed with stages
in 33 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
0135edef
...
@@ -14,8 +14,8 @@ USER root
...
@@ -14,8 +14,8 @@ USER root
RUN
npm
install
-g
yarn.tar.gz
--force
RUN
npm
install
-g
yarn.tar.gz
--force
RUN
groupadd
-g
100
1
heimdall
&&
\
RUN
groupadd
-g
100
2
heimdall
&&
\
useradd
-r
-u
100
1
-m
-s
/sbin/nologin
-g
heimdall heimdall
&&
\
useradd
-r
-u
100
2
-m
-s
/sbin/nologin
-g
heimdall heimdall
&&
\
mkdir
-p
/heimdall/logs
&&
\
mkdir
-p
/heimdall/logs
&&
\
mkdir
-p
/heimdall/file
&&
\
mkdir
-p
/heimdall/file
&&
\
mkdir
-p
/heimdall/config
&&
\
mkdir
-p
/heimdall/config
&&
\
...
...
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