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