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

6-i386: SCL is not available on x86, disabling it

parent 49940e69
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -32,7 +32,8 @@ RUN groupadd -g 1000 jenkins \
&& echo 'Defaults:jenkins !requiretty' | tee -a /etc/sudoers \
&& echo 'jenkins ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers
RUN yum install -y centos-release-scl centos-release-scl-rh
# not available on EL6
#RUN yum install -y centos-release-scl centos-release-scl-rh
RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
https://packages.icinga.com/epel/ICINGA-release.repo
......
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