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:
parent
091a4e2c6e
commit
d8f796e153
@ -70,6 +70,8 @@ to_install+="systemd-sysv "
|
|||||||
|
|
||||||
# default required
|
# default required
|
||||||
to_install+="busybox sudo "
|
to_install+="busybox sudo "
|
||||||
|
# required for dpkg element to be able to add apt keys
|
||||||
|
to_install+="gnupg2 "
|
||||||
|
|
||||||
if [ "$DIB_PYTHON_VERSION" == "2" ]; then
|
if [ "$DIB_PYTHON_VERSION" == "2" ]; then
|
||||||
to_install+="python "
|
to_install+="python "
|
||||||
|
Loading…
Reference in New Issue
Block a user