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

buildserver: explicitly include sudo as a dependency

The basebox currently provides sudo, but that may not always be the case.
This makes the sudo dependency explicit, so that this provisioning script
can also be used in other settings, like GitLab CI.
This commit is contained in:
Hans-Christoph Steiner 2020-05-27 17:40:23 +02:00
parent cc5aed3c1f
commit 1ed4ed61c7

View File

@ -115,6 +115,7 @@ packages="
scons
sqlite3
subversion
sudo
swig
unzip
xsltproc