mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
fix:Dockerfile增加代理源
This commit is contained in:
parent
33d64b6e27
commit
b93df0250d
@ -2,6 +2,7 @@ FROM golang:1.15.5-alpine AS builder
|
||||
|
||||
RUN go env -w GO111MODULE=auto \
|
||||
&& go env -w CGO_ENABLED=0 \
|
||||
&& go env -w GOPROXY=https://goproxy.cn,direct \
|
||||
&& mkdir /build
|
||||
|
||||
WORKDIR /build
|
||||
|
Loading…
x
Reference in New Issue
Block a user