Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
k8s-moqui
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ef84f188
authored
2024-10-17 17:50:54 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Newest 11-jdk added user ubuntu at id=1000.
1 parent
90b2ad5b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Dockerfile
Dockerfile
View file @
ef84f18
...
...
@@ -8,8 +8,8 @@ RUN true \
&&
apt-get update
\
&&
apt-get install -y unzip less git
\
&&
apt-get clean
&&
rm -rf /var/lib/apt/lists/
*
\
&&
groupadd -g 100
0
moqui
\
&&
useradd -u 100
0 -g 1000
-G 0 -d /opt/moqui moqui
\
&&
groupadd -g 100
1
moqui
\
&&
useradd -u 100
1 -g 1001
-G 0 -d /opt/moqui moqui
\
&&
mkdir /opt/moqui
\
&&
chown moqui:moqui /opt/moqui
\
&&
true
...
...
Please
register
or
sign in
to post a comment