Skip to content
Snippets Groups Projects
Commit 3f05076b authored by Markus Frosch's avatar Markus Frosch
Browse files

Add devtoolset-2 to 6

parent 134b37b9
No related branches found
No related tags found
No related merge requests found
...@@ -34,3 +34,6 @@ RUN groupadd -g 1000 jenkins \ ...@@ -34,3 +34,6 @@ RUN groupadd -g 1000 jenkins \
RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \ RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
https://packages.icinga.com/epel/ICINGA-release.repo https://packages.icinga.com/epel/ICINGA-release.repo
RUN wget -O /etc/yum.repos.d/devtoolset-2.repo https://people.centos.org/tru/devtools-2/devtools-2.repo \
&& yum install -y devtoolset-2-gcc devtoolset-2-gcc-c++ devtoolset-2-binutils
...@@ -31,3 +31,6 @@ RUN groupadd -g 1000 jenkins \ ...@@ -31,3 +31,6 @@ RUN groupadd -g 1000 jenkins \
RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \ RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
https://packages.icinga.com/epel/ICINGA-release.repo https://packages.icinga.com/epel/ICINGA-release.repo
RUN wget -O /etc/yum.repos.d/devtoolset-2.repo https://people.centos.org/tru/devtools-2/devtools-2.repo \
&& yum install -y devtoolset-2-gcc devtoolset-2-gcc-c++ devtoolset-2-binutils
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