Files
useful-dockerfiles/hugo.Dockerfile
2023-11-18 23:08:12 -06:00

6 lines
130 B
Docker

FROM docker.io/golang:1.20-bookworm
RUN CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
ENTRYPOINT hugo