mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03: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:
parent
238f048257
commit
7e8c244473
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ packages="
|
|||
git-core
|
||||
git-svn
|
||||
gperf
|
||||
gpg
|
||||
javacc
|
||||
libarchive-zip-perl
|
||||
libexpat1-dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue