diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-08 19:20:45 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-08 19:20:45 -0700 |
commit | f9a8ae903ce93e13c56a7aceeb99df387244334c (patch) | |
tree | e94ea712c52de2a21d6260f419a6ac94bc549ba6 /scripts | |
parent | d31cc2216f7b70d2854a82dc4b0709d3190dd8e1 (diff) | |
download | chef-f9a8ae903ce93e13c56a7aceeb99df387244334c.tar.gz |
Remove package install that's in the container now
This should speed things up a bit
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bk_tests/bk_container_prep.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/bk_tests/bk_container_prep.sh b/scripts/bk_tests/bk_container_prep.sh index f5d9621599..3b0e68efb0 100755 --- a/scripts/bk_tests/bk_container_prep.sh +++ b/scripts/bk_tests/bk_container_prep.sh @@ -8,11 +8,6 @@ else yum install -y net-tools fi -# git and build tools -if [ -f /etc/redhat-release ]; then - yum install -y git make gcc gcc-c++ openssl-devel readline-devel zlib-devel which -fi - # make sure we have the omnibus_overrides specified version of rubygems / bundler gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2) gem --version |