From 6e60009711b5cc0c7df443fd41c43e1f9988ef3e Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Sun, 2 Jun 2024 13:49:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9RuntimeDockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RuntimeDockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RuntimeDockerfile b/RuntimeDockerfile index 76b7ca5..5b1b20b 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.d/debian.sources RUN apt-get update \ && apt-get install gcc -y \