废话不多说Dockerfile: FROM ubuntu:18.04 RUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list RUN apt-get update ...
確定! 回上一頁