From: Brett Smith Date: Mon, 7 Dec 2015 20:31:09 +0000 (-0500) Subject: 7953: Fix Docker image to test CentOS 6.6 packages. X-Git-Url: https://git.arvados.org/arvados-dev.git/commitdiff_plain/2748e092a403d6d8ff11a01238e55935aba7055a 7953: Fix Docker image to test CentOS 6.6 packages. Follows the same rationale as bebf531a2cb9cf08843d6ac4d4ae2238d58efc2b. Refs #7953. --- diff --git a/jenkins/package-test-dockerfiles/centos6/Dockerfile b/jenkins/package-test-dockerfiles/centos6/Dockerfile index 5e354e2..814ad47 100644 --- a/jenkins/package-test-dockerfiles/centos6/Dockerfile +++ b/jenkins/package-test-dockerfiles/centos6/Dockerfile @@ -1,9 +1,7 @@ FROM centos:6 MAINTAINER Peter Amstutz -RUN yum -q install --assumeyes scl-utils && \ - curl -L -O https://www.softwarecollections.org/en/scls/rhscl/python27/epel-6-x86_64/download/rhscl-python27-epel-6-x86_64.noarch.rpm && \ - yum -q install --assumeyes rhscl-python27-epel-6-x86_64.noarch.rpm && \ +RUN yum -q install --assumeyes scl-utils centos-release-SCL && \ yum -q install --assumeyes python27 COPY localrepo.repo /etc/yum.repos.d/localrepo.repo \ No newline at end of file