We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739d7c7 commit 9fa28caCopy full SHA for 9fa28ca
1 file changed
templates/centos.Dockerfile
@@ -9,6 +9,8 @@ RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \
9
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
10
{{ end }}
11
12
+RUN yum makecache
13
+
14
# See https://bugzilla.redhat.com/show_bug.cgi?id=1917213
15
RUN yum install -y \
16
kernel \
0 commit comments