Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
9e578b34
Commit
9e578b34
authored
Nov 07, 2018
by
Mathieu Giraud
Browse files
Merge branch 'feature-s/3610-gpg-keyserver' into 'dev'
Dockerfile: use other key server Closes
#3610
See merge request
!348
parents
5d0532ff
8aaa0235
Pipeline
#49159
passed with stage
in 6 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
docker/vidjil-server/Dockerfile
View file @
9e578b34
...
...
@@ -10,7 +10,7 @@ run set -x \
&&
wget
-O
/usr/local/bin/gosu
"https://github.com/tianon/gosu/releases/download/
$GOSU_VERSION
/gosu-
$(
dpkg
--print-architecture
)
"
\
&&
wget
-O
/usr/local/bin/gosu.asc
"https://github.com/tianon/gosu/releases/download/
$GOSU_VERSION
/gosu-
$(
dpkg
--print-architecture
)
.asc"
\
&&
export
GNUPGHOME
=
"
$(
mktemp
-d
)
"
\
&&
gpg
--keyserver
ha
.pool.sks-keyservers.net
--recv-keys
B42F6819007F00F88E364FD4036A9C25BF357DD4
\
&&
gpg
--keyserver
ipv4
.pool.sks-keyservers.net
--recv-keys
B42F6819007F00F88E364FD4036A9C25BF357DD4
\
&&
gpg
--batch
--verify
/usr/local/bin/gosu.asc /usr/local/bin/gosu
\
&&
rm
-r
"
$GNUPGHOME
"
/usr/local/bin/gosu.asc
\
&&
chmod
+x /usr/local/bin/gosu
...
...
Write
Preview
Supports
Markdown
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