We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a21a9c commit 9f8a9daCopy full SHA for 9f8a9da
1 file changed
templates/centos.Dockerfile
@@ -9,8 +9,6 @@ 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 update -y
13
-
14
# See https://bugzilla.redhat.com/show_bug.cgi?id=1917213
15
RUN yum install -y \
16
kernel \
0 commit comments