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-16 13:03:35 -0700
commita49072a08080b1cd94e9183b99df42cdc01941b8 (patch)
treebc2ed4ac14aeee0147e68919eac7f6a95acd2254
parentaac235db0994abe2ec7da0b95d6bfde03917adc6 (diff)
downloadchef-a49072a08080b1cd94e9183b99df42cdc01941b8.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