diff --git a/Dockerfile b/Dockerfile index bc1f0ca..9446152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN dnf install \ --releasever 9 \ --setopt install_weak_deps=false \ --nodocs -y \ - coreutils \ + coreutils 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