From 0ef5ce6fd8d7c06a630907874011435454f1e73f Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Sun, 2 Jun 2024 13:44:26 +0800 Subject: [PATCH] bugfix: --- RuntimeDockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \