Skip to content
Snippets Groups Projects
Commit 9ad4efe3 authored by lcappelli's avatar lcappelli
Browse files

Reorganize install commands

The yum install commands were copy-&-paste from the 3  original images.
Now all the repo are installed first; then, they are followed by all the other packages merged together in a single yum install command.
parent 08cee99c
No related branches found
No related tags found
1 merge request!19Resolve "Remove dependency from storm2/build project"
Pipeline #72745 passed
......@@ -8,15 +8,17 @@ set -ex
yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
yum -y install \
hostname \
epel-release \
https://repo.ius.io/ius-release-el7.rpm \
centos-release-scl
yum -y install \
hostname \
which \
wget \
tar \
sudo \
file
yum -y install \
file \
gcc-c++ \
GeoIP-devel \
gd-devel \
......@@ -32,10 +34,6 @@ yum -y install \
voms-devel \
make \
patch \
less
yum -y install https://repo.ius.io/ius-release-el7.rpm centos-release-scl
yum -y install \
less \
git224 \
devtoolset-10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment