diff --git a/hugo.Dockerfile b/hugo.Dockerfile new file mode 100644 index 0000000..25aef58 --- /dev/null +++ b/hugo.Dockerfile @@ -0,0 +1,5 @@ +FROM docker.io/golang:1.20-bookworm + +RUN CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest + +ENTRYPOINT hugo