Add the image of building blog
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
This commit is contained in:
parent
6e15f5a795
commit
46b090cab2
9
.woodpecker/myhugo.df
Normal file
9
.woodpecker/myhugo.df
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM debian:bullseye-slim
|
||||||
|
|
||||||
|
RUN apt update && \
|
||||||
|
apt install --yes curl ca-certificates && \
|
||||||
|
curl --location --output hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_extended_0.111.3_linux-amd64.deb && \
|
||||||
|
apt install --yes ./hugo.deb && \
|
||||||
|
rm ./hugo.deb && \
|
||||||
|
apt clean && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
Loading…
Reference in a new issue