summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-06 20:42:20 -0800
committerTim Smith <tsmith84@gmail.com>2020-03-16 13:03:35 -0700
commit61798b1c7cb54991c2d422d63007db326903149d (patch)
treed0fac5883794f6b811f5415381ae51f5d25bedea /scripts
parenta49072a08080b1cd94e9183b99df42cdc01941b8 (diff)
downloadchef-61798b1c7cb54991c2d422d63007db326903149d.tar.gz
Refresh the apt cache though
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bk_tests/bk_container_prep.sh1
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