mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 09:36:44 +00:00
update hugo
This commit is contained in:
@@ -11,12 +11,11 @@ ENV CGO_ENABLED=${CGO}
|
|||||||
ENV GOOS=linux
|
ENV GOOS=linux
|
||||||
ENV GO111MODULE=on
|
ENV GO111MODULE=on
|
||||||
|
|
||||||
|
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
|
||||||
RUN git clone https://github.com/gohugoio/hugo.git /hugo
|
RUN git clone https://github.com/gohugoio/hugo.git /hugo
|
||||||
|
|
||||||
RUN cd /hugo
|
WORKDIR /hugo
|
||||||
|
|
||||||
RUN go install
|
RUN go install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user