Add hugo Dockerfile

This commit is contained in:
2023-11-18 23:08:12 -06:00
parent cc047b50dd
commit f2126c9bc8

5
hugo.Dockerfile Normal file
View File

@@ -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