This commit is contained in:
parent
4b3e5b9ac7
commit
3a6a22ba89
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN dnf install \
|
||||||
--nodocs -y \
|
--nodocs -y \
|
||||||
coreutils-single libstdc++ \
|
coreutils-single libstdc++ \
|
||||||
&& dnf clean all --installroot /fakeroot
|
&& dnf clean all --installroot /fakeroot
|
||||||
RUN curl -L -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.131.0/hugo_extended_0.131.0_linux-amd64.tar.gz"
|
RUN curl -L -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.tar.gz"
|
||||||
RUN tar xvf hugo.tar.gz
|
RUN tar xvf hugo.tar.gz
|
||||||
RUN cp hugo /fakeroot/usr/local/bin/hugo
|
RUN cp hugo /fakeroot/usr/local/bin/hugo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue