diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-06 20:42:20 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-06 20:42:20 -0800 |
commit | 459c8570c2b5d104babc2f72f1f9f0cdb31ad236 (patch) | |
tree | a56113df1f7bf9cbac2b541aa8c3a40f42ca3d11 /scripts | |
parent | e7ccc6415111c639e9358efca3fbcd20b50c92cb (diff) | |
download | chef-459c8570c2b5d104babc2f72f1f9f0cdb31ad236.tar.gz |
Refresh the apt cache though
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bk_tests/bk_container_prep.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bk_tests/bk_container_prep.sh b/scripts/bk_tests/bk_container_prep.sh index 4ce6d0f67d..ff5139c82c 100755 --- a/scripts/bk_tests/bk_container_prep.sh +++ b/scripts/bk_tests/bk_container_prep.sh @@ -2,6 +2,7 @@ # make sure we have the network tools in place for various network specs if [ -f /etc/debian_version ]; then + apt-get update -y touch /etc/network/interfaces fi |