make sure to apt-get update first before install

pull/715/head
Steven Robertson 4 years ago
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…
Cancel
Save