summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-06 20:42:20 -0800
committerTim Smith <tsmith84@gmail.com>2020-03-06 20:42:20 -0800
commit459c8570c2b5d104babc2f72f1f9f0cdb31ad236 (patch)
treea56113df1f7bf9cbac2b541aa8c3a40f42ca3d11
parente7ccc6415111c639e9358efca3fbcd20b50c92cb (diff)
downloadchef-459c8570c2b5d104babc2f72f1f9f0cdb31ad236.tar.gz
Refresh the apt cache though
Signed-off-by: Tim Smith <tsmith@chef.io>
-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