tokers commented on a change in pull request #340:
URL:
https://github.com/apache/apisix-ingress-controller/pull/340#discussion_r607101465
##########
File path: Dockerfile
##########
@@ -22,6 +22,10 @@ RUN rm -rf /etc/localtime \
&& dpkg-reconfigure -f noninteractive tzdata
WORKDIR /build
+COPY go.mod .
+COPY go.sum .
+RUN GOPROXY=https://goproxy.cn,direct go mod download
Review comment:
You mean the go proxy?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]