cli
cli copied to clipboard
Golang build is not proxy-aware
The --runtime=go Dockerfile won't work behind a firewall. It should probably inject http_proxy, etc, into the build if these are set.Without these, go get and dep will fail.