This commit is contained in:
parent
c75fc3ba4e
commit
1f948414cb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN dnf install \
|
||||||
--releasever 9 \
|
--releasever 9 \
|
||||||
--setopt install_weak_deps=false \
|
--setopt install_weak_deps=false \
|
||||||
--nodocs -y \
|
--nodocs -y \
|
||||||
coreutils libstdc++ \
|
coreutils-single libstdc++ \
|
||||||
&& dnf clean all --installroot /fakeroot
|
&& dnf clean all --installroot /fakeroot
|
||||||
RUN dnf -y install g++ golang
|
RUN dnf -y install g++ golang
|
||||||
RUN CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
|
RUN CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
|
||||||
|
|
Loading…
Reference in a new issue