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