apt needs sudo

This commit is contained in:
Steven Robertson 2020-10-25 16:06:14 -07:00
parent 884cfbbb27
commit c96dddae28
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ci_lib.run_batches([
],
[
'docker pull %s' % (ci_lib.image_for_distro('debian'),),
'apt install --no-install-recommends python-netaddr',
'sudo apt-get install --no-install-recommends python-netaddr',
],
])