summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-06 20:39:04 -0800
committerTim Smith <tsmith84@gmail.com>2020-03-06 20:39:04 -0800
commite7ccc6415111c639e9358efca3fbcd20b50c92cb (patch)
tree335614876099c331775aecc2b40815f59ea22e9d
parentc2ecc263992d5c5755ec126067581b9611b76a62 (diff)
downloadchef-e7ccc6415111c639e9358efca3fbcd20b50c92cb.tar.gz
Stop installing packages on our constainers that are already there
We have these baked into the containers now Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-xscripts/bk_tests/bk_container_prep.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/bk_tests/bk_container_prep.sh b/scripts/bk_tests/bk_container_prep.sh
index bf4711ec39..4ce6d0f67d 100755
--- a/scripts/bk_tests/bk_container_prep.sh
+++ b/scripts/bk_tests/bk_container_prep.sh
@@ -2,10 +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 && apt-get install -y net-tools iproute2
touch /etc/network/interfaces
-elif [ -f /etc/redhat-release ]; then
- yum install -y net-tools
fi
# make sure we have the omnibus_overrides specified version of rubygems / bundler