We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90712f1 commit 2dd6338Copy full SHA for 2dd6338
build/x86_64_centos6/Dockerfile
@@ -1,5 +1,11 @@
1
FROM centos:6
2
3
+# CentOS 6 is EOL, so we have to switch to the vault repos.
4
+RUN sed -i \
5
+ -e 's%^mirrorlist%#mirrorlist%' \
6
+ -e 's%^# *baseurl=http://mirror%baseurl=http://vault%' \
7
+ /etc/yum.repos.d/CentOS-*.repo
8
+
9
RUN yum -y update \
10
&& yum -y install epel-release \
11
&& yum -y install \
0 commit comments