From e3dabed22903c92523451a61dd3fbef896864848 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 31 Dec 2023 16:55:22 +0800 Subject: [PATCH] =?UTF-8?q?dockerfile=20=E9=87=8C=E5=8A=A0=E4=B8=AApip?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6d1029..6f0763b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.10-slim-buster COPY requirements.txt /tmp/requirements.txt -RUN pip install -r /tmp/requirements.txt +RUN pip install -r /tmp/requirements.txt -i https://pypi.douban.com/simple COPY . /app