fix aliyun repo golang mod 404 (#531)
aliyun repo golang mod 404, just connect directly go module公共代理仓库资料404,就直连
This commit is contained in:
parent
d640d86160
commit
0a6df20b7d
|
@ -1,6 +1,6 @@
|
|||
FROM golang as builder
|
||||
WORKDIR /home/n9e/builder
|
||||
ENV GOPROXY=https://mirrors.aliyun.com/goproxy/
|
||||
ENV GOPROXY=https://mirrors.aliyun.com/goproxy/,direct
|
||||
RUN git clone https://hub.fastgit.org/didi/nightingale.git
|
||||
RUN nightingale/control build
|
||||
|
||||
|
|
Loading…
Reference in New Issue