build: use pip mirror

This commit is contained in:
ReaJason
2026-01-07 23:30:27 +08:00
parent acf330fc97
commit 83a651861f
+1 -1
View File
@@ -2,7 +2,7 @@ FROM python:3.12-slim
WORKDIR /app
RUN pip install requests
RUN pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple/
COPY neoreg.py .