From b3677becf2b8da58a16890721af8e74be3b4d0bd Mon Sep 17 00:00:00 2001 From: J_hao104 Date: Thu, 23 Feb 2023 15:20:32 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43f7f6287..89019cd7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apk add -U tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && # runtime environment RUN apk add musl-dev gcc libxml2-dev libxslt-dev && \ - pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ && \ + pip install --no-cache-dir -r requirements.txt && \ apk del gcc musl-dev COPY . .