在dockerfile中有命令
RUN apt-get update && apt-get upgrade -y && apt-get autoremove -y
将其改为
RUN sed -i s@/archive.ubuntu.com/@/mirrors.ustc.edu.cn/@g /etc/apt/sources.list && apt-get update && apt-get upgrade -y && apt-get autoremove -y
换源后就成功了

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐