diff options
-rwxr-xr-x | scripts/bk_tests/bk_container_prep.sh | 3 |
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 |