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 ...@@ -8,15 +8,17 @@ set -ex
yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
yum -y install \ yum -y install \
hostname \
epel-release \ epel-release \
https://repo.ius.io/ius-release-el7.rpm \
centos-release-scl
yum -y install \
hostname \
which \ which \
wget \ wget \
tar \ tar \
sudo \ sudo \
file file \
yum -y install \
gcc-c++ \ gcc-c++ \
GeoIP-devel \ GeoIP-devel \
gd-devel \ gd-devel \
...@@ -32,10 +34,6 @@ yum -y install \ ...@@ -32,10 +34,6 @@ yum -y install \
voms-devel \ voms-devel \
make \ make \
patch \ patch \
less less \
yum -y install https://repo.ius.io/ius-release-el7.rpm centos-release-scl
yum -y install \
git224 \ git224 \
devtoolset-10 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