Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
b377c5bd
Commit
b377c5bd
authored
Jan 19, 2018
by
Ali Arshad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated Dockerfile
parent
877ac367
Pipeline
#183
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+4
-4
No files found.
Dockerfile
View file @
b377c5bd
FROM
aliarshad/apf:latest
#################################################### Adding new user and group ####################################################
ENV
myuser=
ali
ENV
myuserid=
501
ENV
mygroup=
ali
ENV
mygroupid=
501
ENV
myuser=
jenkins
ENV
myuserid=
1002
ENV
mygroup=
jenkins
ENV
mygroupid=
1002
RUN
groupadd
$mygroup
-g
$mygroupid
RUN
useradd
-u
$myuserid
-g
$mygroupid
$myuser
...
...
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