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:
Clark Boylan 2020-04-03 13:30:26 -07:00
parent fa100f46f4
commit a8a41f162f
2 changed files with 2 additions and 0 deletions

View File

@ -32,3 +32,4 @@ redhat-rpm-config:
redhat-lsb-core:
curl:
tox:
gnupg2:

View File

@ -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",