摘要: 大概是网络问题 需要在容器内设置代理 解决: bash用 proxy=http://127.0.0.1:1080 t="echo 'Acquire::http::Proxy \\\""${proxy}"\\\";' > /etc/apt/apt.conf.d/proxy.conf; echo 'Ac 阅读全文