mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #27184 from tiborvass/gnupg-debian-stretch
install: fix debian stretch
This commit is contained in:
commit
2fd674a00f
1 changed files with 5 additions and 0 deletions
|
@ -440,6 +440,11 @@ do_install() {
|
|||
( set -x; $sh_c 'sleep 3; apt-get install -y -q curl ca-certificates' )
|
||||
curl='curl -sSL'
|
||||
fi
|
||||
if [ ! -e /usr/bin/gpg ]; then
|
||||
apt_get_update
|
||||
( set -x; $sh_c 'sleep 3; apt-get install -y -q gnupg2 || apt-get install -y -q gnupg' )
|
||||
fi
|
||||
|
||||
(
|
||||
set -x
|
||||
for key_server in $key_servers ; do
|
||||
|
|
Loading…
Add table
Reference in a new issue