添加libstdc++
This commit is contained in:
parent
32688a75a7
commit
a7d9a63399
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue