install gnupg2 by default in debian-minimal

debian-minimal depends on debootstrap which depends on dpkg

This needs to be installed early as dpkg installs the apt keys early via
02-add-apt-keys in pre-install.d

Change-Id: I8580849ceaa7a5152c94f29afa890ac6d6983fb1
This commit is contained in:
Matthew Thode 2019-07-01 14:28:01 -05:00
parent 091a4e2c6e
commit d8f796e153
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ to_install+="systemd-sysv "
# default required
to_install+="busybox sudo "
# required for dpkg element to be able to add apt keys
to_install+="gnupg2 "
if [ "$DIB_PYTHON_VERSION" == "2" ]; then
to_install+="python "