apt needs sudo
This commit is contained in:
parent
884cfbbb27
commit
c96dddae28
|
@ -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',
|
||||
],
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in New Issue