Skip to content

Commit 594aeda

Browse files
committed
Try Princeton mirror
1 parent a827daa commit 594aeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:6.10
22

33
# CentOS 6 packages are no longer hosted on the main repository, instead they are in the CentOS Vault
44
RUN sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Base.repo && \
5-
sed -i 's/#baseurl=http:\/\/mirror.centos.org\/centos\/$releasever/baseurl=http:\/\/archive.kernel.org\/centos-vault\/6.10/g' /etc/yum.repos.d/CentOS-Base.repo
5+
sed -i 's/#baseurl=http:\/\/mirror.centos.org\/centos\/$releasever/baseurl=http:\/\/mirror.math.princeton.edu\/pub\/centos-vault\/6.10/g' /etc/yum.repos.d/CentOS-Base.repo
66

77
# Set up additional build tools
88
RUN yum -y update && yum clean all

0 commit comments

Comments
 (0)