You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM golang:1.16.3-stretch
RUN mkdir -p $GOPATH/src/golang.org/x/
RUN cd $GOPATH/src/golang.org/x/ && git clone https://github.com.cnpmjs.org/golang/net.git
RUN cd $GOPATH/src/golang.org/x/ && git clone https://github.com.cnpmjs.org/golang/sys.git
RUN go get github.com/awesome-fc/golang-runtime
直接部署,都会卡在最后一步,因为国内根本下不下来
如果设置了proxy
则出现
The text was updated successfully, but these errors were encountered: