Skip to content

Commit 83a6518

Browse files
committed
build: use pip mirror
1 parent acf330f commit 83a6518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asserts/neoreg/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.12-slim
22

33
WORKDIR /app
44

5-
RUN pip install requests
5+
RUN pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple/
66

77
COPY neoreg.py .
88

0 commit comments

Comments
 (0)