make sure to apt-get update first before install
This commit is contained in:
parent
c96dddae28
commit
ce91d5ee25
|
@ -14,7 +14,7 @@ ci_lib.run_batches([
|
|||
],
|
||||
[
|
||||
'docker pull %s' % (ci_lib.image_for_distro('debian'),),
|
||||
'sudo apt-get install --no-install-recommends python-netaddr',
|
||||
'sudo apt-get update && sudo apt-get install --no-install-recommends python-netaddr',
|
||||
],
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in New Issue