4 lines
91 B
Docker
4 lines
91 B
Docker
2 years ago
|
FROM golang:latest AS build
|
||
|
|
||
|
RUN go install -tags extended github.com/gohugoio/hugo@latest
|