diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-06 20:42:20 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-16 13:03:35 -0700 |
commit | 61798b1c7cb54991c2d422d63007db326903149d (patch) | |
tree | d0fac5883794f6b811f5415381ae51f5d25bedea /scripts | |
parent | a49072a08080b1cd94e9183b99df42cdc01941b8 (diff) | |
download | chef-61798b1c7cb54991c2d422d63007db326903149d.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 |