Skip to content

Commit

Permalink
取消golang国内镜像尝试,编译镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
hslr-s committed Dec 10, 2023
1 parent 809e4ab commit 314b816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apk add --no-cache bash curl gcc git go musl-dev

# 执行指令 关闭链接确认
RUN go env -w GO111MODULE=on \
&& go env -w GOPROXY=https://goproxy.cn,direct \
# && go env -w GOPROXY=https://goproxy.cn,direct \
&& export PATH=$PATH:/go/bin \
&& go install -a -v github.com/go-bindata/go-bindata/...@latest \
&& go install -a -v github.com/elazarl/go-bindata-assetfs/...@latest \
Expand Down

0 comments on commit 314b816

Please sign in to comment.