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
1 changed files with 1 additions and 0 deletions

View File

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