mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +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-core
|
||||||
git-svn
|
git-svn
|
||||||
gperf
|
gperf
|
||||||
|
gpg
|
||||||
javacc
|
javacc
|
||||||
libarchive-zip-perl
|
libarchive-zip-perl
|
||||||
libexpat1-dev
|
libexpat1-dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue