provision-apt-get-install: ensure gpg is installed

The basebox installs gpg, but when this script is used to provision
a GitLab CI Runner, gpg was missing.  It is used in some builds.
This commit is contained in:
Hans-Christoph Steiner 2020-06-16 14:33:07 +02:00
parent 238f048257
commit 7e8c244473
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ packages="
git-core
git-svn
gperf
gpg
javacc
libarchive-zip-perl
libexpat1-dev