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:
@@ -32,3 +32,4 @@ redhat-rpm-config:
|
|||||||
redhat-lsb-core:
|
redhat-lsb-core:
|
||||||
curl:
|
curl:
|
||||||
tox:
|
tox:
|
||||||
|
gnupg2:
|
||||||
|
@@ -52,6 +52,7 @@
|
|||||||
"build-essential": "glibc-devel gcc make",
|
"build-essential": "glibc-devel gcc make",
|
||||||
"dnsutils": "bind-utils",
|
"dnsutils": "bind-utils",
|
||||||
"git": "git-core",
|
"git": "git-core",
|
||||||
|
"gnupg2": "gpg2",
|
||||||
"iputils-ping": "iputils",
|
"iputils-ping": "iputils",
|
||||||
"ntpdate": "",
|
"ntpdate": "",
|
||||||
"python-xml": "python-xml",
|
"python-xml": "python-xml",
|
||||||
|
Reference in New Issue
Block a user