From fa1f16a11f7e7143a4da4bc6bfa0a66403b36f34 Mon Sep 17 00:00:00 2001 From: Newnius Date: Sat, 23 Nov 2019 21:02:28 +0800 Subject: [PATCH] update hugo --- hugo/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hugo/Dockerfile b/hugo/Dockerfile index b4301e8..3a8a540 100644 --- a/hugo/Dockerfile +++ b/hugo/Dockerfile @@ -11,12 +11,11 @@ ENV CGO_ENABLED=${CGO} ENV GOOS=linux ENV GO111MODULE=on - RUN apk add --no-cache git RUN git clone https://github.com/gohugoio/hugo.git /hugo -RUN cd /hugo +WORKDIR /hugo RUN go install