Adds gnupg2 for apt-keys in ubuntu-minimal
Change present in debian-minimal pushed to ubuntu-minimal. Change-Id: I736bffe6dd9fb57e450505d62c6ca000f678ded2 Closes-Bug: #1889076
This commit is contained in:
parent
a7fba927ca
commit
840f8ed2b2
@ -57,6 +57,8 @@ fi
|
||||
|
||||
# default required
|
||||
to_install+="busybox sudo " # dib-lint: safe_sudo
|
||||
# required for dpkg element to be able to add apt keys
|
||||
to_install+="gnupg2 "
|
||||
|
||||
if [ "$DIB_PYTHON_VERSION" == "2" ]; then
|
||||
to_install+="python "
|
||||
|
Loading…
Reference in New Issue
Block a user