diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
![]() |
index : soho.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 6 |
@@ -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 |