wantsum/Dockerfile
2020-02-18 22:09:38 +01:00

5 lines
53 B
Docker

FROM alpine:latest
RUN apk add hugo
USER 1000:1000