Commit 88935357 authored by ibuler's avatar ibuler

[Update] 修改docker file

parent 2cf24933
......@@ -5,7 +5,7 @@ ARG GOPROXY
ENV GOPROXY=$GOPROXY
ENV GO111MODULE=on
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories \
&& apk update
&& apk update \
&& apk add git
COPY go.mod go.sum ./
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