MrLightSpeed0 commented on issue #500: URL: https://github.com/apache/apisix-dashboard/issues/500#issuecomment-697081400
Hi I disabled the GoProxy. but got the same error. so it is for something else. I am behind a company proxy and I do have http_proxy and https_proxy set up in the system since I was able to do: "go get github.com/something" to download with no issue. no sure why this "dial tcp..." failed... Thank you. ``` ---> Running in 4ac697c8d207 go: github.com/api7/[email protected]: Get https://proxy.golang.org/github.com/api7/apitest/@v/v1.4.9.mod: dial tcp 172.217.4.49:443: connect: network is unreachable ERROR: Service 'manager' failed to build: The command '/bin/sh -c mkdir /go/manager-api && go build -o /go/manager-api/manager-api && mv /go/src/github.com/apisix/manager-api/build.sh /go/manager-api/ && mv /go/src/github.com/apisix/manager-api/conf/conf_preview.json /go/manager-api/conf.json && rm -rf /go/src/github.com/apisix/manager-api && rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Hongkong /etc/localtime && dpkg-reconfigure -f noninteractive tzdata' returned a non-zero code: 1 ``` ---------------------------------------------------------------- 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]
