From 5b1b5a0d0c73a8fc66dd7261c569106c007150d2 Mon Sep 17 00:00:00 2001 From: chenwj <654891551@qq.com> Date: Sat, 20 May 2023 23:28:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B3=A8=E9=87=8A=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96=E5=8C=85=E9=98=B6?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c41582e..c2df8d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ COPY requirements.txt . RUN sed -i s@/deb.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list -RUN apt-get update \ - && apt-get install gcc -y \ - && apt-get clean +# RUN apt-get update \ +# && apt-get install gcc -y \ +# && apt-get clean RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --prefix=/install