Install gpg tooling on dib images
This is particularly important for debuntu where we need working gpg for apt and a missing gpg-agent is fatal. We install it globally so that consistent tooling is available across systems. Note everyone but suse seems to have a gnupg2 package. Suse calls it gpg2. Change-Id: I6c56e85db501f2c9d7c648e614f1efbaadc213a2
This commit is contained in:
parent
fa100f46f4
commit
a8a41f162f
@ -32,3 +32,4 @@ redhat-rpm-config:
|
||||
redhat-lsb-core:
|
||||
curl:
|
||||
tox:
|
||||
gnupg2:
|
||||
|
@ -52,6 +52,7 @@
|
||||
"build-essential": "glibc-devel gcc make",
|
||||
"dnsutils": "bind-utils",
|
||||
"git": "git-core",
|
||||
"gnupg2": "gpg2",
|
||||
"iputils-ping": "iputils",
|
||||
"ntpdate": "",
|
||||
"python-xml": "python-xml",
|
||||
|
Loading…
Reference in New Issue
Block a user