From 1f948414cb7791426ae94382005955afe9386ec9 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Mon, 11 Dec 2023 10:14:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8coreutils-single?= 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 9446152..606acb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN dnf install \ --releasever 9 \ --setopt install_weak_deps=false \ --nodocs -y \ - coreutils libstdc++ \ + coreutils-single libstdc++ \ && dnf clean all --installroot /fakeroot RUN dnf -y install g++ golang RUN CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest