Closed isolk closed 11 months ago
删除掉 chat/Dockerfile
中的
# 判定 docker 是否能够访问外部网络
RUN ping -c 1 -W 1 google.com > /dev/null \
&& echo "www-ok" \
|| go env -w GOPROXY=https://goproxy.cn,direct
RUN ping -c 1 -W 1 google.com > /dev/null \
&& echo "www-ok" \
|| sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
再试试
机器本身在香港,可以正常访问google.com,请问这种该如何处理。