make sure to apt-get update first before install

This commit is contained in:
Steven Robertson 2020-10-25 16:12:08 -07:00
parent c96dddae28
commit ce91d5ee25
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'),),
'sudo apt-get install --no-install-recommends python-netaddr',
'sudo apt-get update && sudo apt-get install --no-install-recommends python-netaddr',
],
])