Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-distrib
Commits
13be78fc
Commit
13be78fc
authored
Jun 28, 2021
by
Emmanuel Duchastenier
Browse files
Merge branch 'master' into 'dev'
parents
f75280d5
5aaa8a3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
13be78fc
...
...
@@ -20,10 +20,9 @@ RUN groupadd -r bonita -g 1000 \
&&
useradd
-u
1000
-r
-g
bonita
-d
/opt/bonita/
-s
/sbin/nologin
-c
"Bonita User"
bonita
# grab gosu
RUN
(
gpg
--keyserver
ha.pool.sks-keyservers.net
--recv-keys
B42F6819007F00F88E364FD4036A9C25BF357DD4
\
||
gpg
--keyserver
ipv4.pool.sks-keyservers.net
--recv-keys
B42F6819007F00F88E364FD4036A9C25BF357DD4
)
\
&&
curl
-fsSL
"https://github.com/tianon/gosu/releases/download/1.10/gosu-
$(
dpkg
--print-architecture
)
"
-o
/usr/local/bin/gosu
\
&&
curl
-fsSL
"https://github.com/tianon/gosu/releases/download/1.10/gosu-
$(
dpkg
--print-architecture
)
.asc"
-o
/usr/local/bin/gosu.asc
\
RUN
gpg
--keyserver
keyserver.ubuntu.com
--recv-keys
B42F6819007F00F88E364FD4036A9C25BF357DD4
\
&&
curl
-fsSL
"https://github.com/tianon/gosu/releases/download/1.13/gosu-
$(
dpkg
--print-architecture
)
"
-o
/usr/local/bin/gosu
\
&&
curl
-fsSL
"https://github.com/tianon/gosu/releases/download/1.13/gosu-
$(
dpkg
--print-architecture
)
.asc"
-o
/usr/local/bin/gosu.asc
\
&&
gpg
--batch
--verify
/usr/local/bin/gosu.asc /usr/local/bin/gosu
\
&&
rm
/usr/local/bin/gosu.asc
\
&&
chmod
+x /usr/local/bin/gosu
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment