Installing standalonebinary for hugo to get latest version
All checks were successful
All checks were successful
This commit is contained in:
parent
23516993e5
commit
9771afebb0
@ -1,6 +1,5 @@
|
||||
FROM gitea/runner-images:ubuntu-latest
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends hugo && \
|
||||
rm -rf var/lib/{apt,dpkg,cache,log}/
|
||||
|
||||
RUN wget https://github.com/gohugoio/hugo/releases/download/v0.135.0/hugo_0.135.0_linux-amd64.deb && \
|
||||
apt-get install -y ./hugo_0.135.0_linux-amd64.deb && \
|
||||
rm -rf var/lib/{apt,dpkg,cache,log} hugo_0.135.0_linux-arm64.deb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user