Smaller docker image

This commit is contained in:
Alexandre Vicenzi 2020-02-18 22:09:38 +01:00
parent 81ec1fd536
commit 617de6b120
2 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,5 @@
FROM golang:latest
FROM alpine:latest
RUN go get -v github.com/gohugoio/hugo
RUN apk add hugo
USER 1000:1000