1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

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

View File

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