添加libstdc++

This commit is contained in:
zhbaor 2023-12-10 17:07:28 +08:00
parent 32688a75a7
commit a7d9a63399

View file

@ -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