From 837fc10d7d55c0a434904f0f2d4dac127ab1a34a Mon Sep 17 00:00:00 2001 From: cheney Date: Tue, 22 Jul 2025 11:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=20CI?= 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 ae1dc31..4c3e02d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN chmod 0644 /etc/cron.d/cronjob && \ # 安装Python依赖(如果有) COPY ./requirements.txt /app/requirements.txt -RUN pip install -r requirements.txt +RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple # 创建日志文件(用于cron输出) RUN touch /var/log/cron.log