使用coreutils-single
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
zhbaor 2023-12-11 10:14:25 +08:00
parent c75fc3ba4e
commit 1f948414cb

View file

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