From 7062879bfd2e9fc774b90bf842a48fc855aeaf66 Mon Sep 17 00:00:00 2001 From: xiao Date: Wed, 4 Dec 2024 18:25:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=20Dockerfile=20?= =?UTF-8?q?=E7=9A=84=E6=9E=84=E5=BB=BA=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9579ecc..67b0c5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN sed -e 's|^mirrorlist=|#mirrorlist=|g' \ -e 's|^#baseurl=http://dl.rockylinux.org/$contentdir|baseurl=https://mirrors.tencent.com/rocky|g' \ -i.bak \ /etc/yum.repos.d/rocky-*.repo \ - && yum install yum-utils \ + && yum install -y yum-utils \ && yum makecache \ && yum config-manager --set-enabled devel \ && yum update -y \