diff --git a/RuntimeDockerfile b/RuntimeDockerfile index b912cc4..76b7ca5 100644 --- a/RuntimeDockerfile +++ b/RuntimeDockerfile @@ -7,7 +7,7 @@ WORKDIR /install COPY requirements.txt . -RUN sed -i s@/deb.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list +# RUN sed -i s@/deb.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list RUN apt-get update \ && apt-get install gcc -y \