docker-hugo/Dockerfile

7 lines
76 B
Docker

FROM alpine:edge
RUN apk add --no-cache \
git \
go \
hugo