Unverified Commit 8f79e09a authored by 老广's avatar 老广 Committed by GitHub

Merge pull request #70 from jumpserver/dev

[Update] 修改docker file
parents f391da32 88935357
...@@ -5,7 +5,7 @@ ARG GOPROXY ...@@ -5,7 +5,7 @@ ARG GOPROXY
ENV GOPROXY=$GOPROXY ENV GOPROXY=$GOPROXY
ENV GO111MODULE=on ENV GO111MODULE=on
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories \ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories \
&& apk update && apk update \
&& apk add git && apk add git
COPY go.mod go.sum ./ COPY go.mod go.sum ./
RUN go mod download RUN go mod download
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment