Skip to content

Commit 89d9531

Browse files
committed
Fix Centos 6 build, repoforge/rpms#375
1 parent 6cc106b commit 89d9531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/jenkins/Dockerfile.centos6.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Chad Barraford <chad@rstudio.com>
55
RUN rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
66

77
# RPMForge
8-
RUN rpm -Uvh http://repoforge.mirror.constant.com/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
8+
RUN rpm -Uvh http://mirror.chpc.utah.edu/pub/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
99

1010
# SSH
1111
EXPOSE 22

0 commit comments

Comments
 (0)