Skip to content

Commit 05c4d74

Browse files
committed
update dockerfile
1 parent 2ac84af commit 05c4d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && \
66
rm -rf /var/lib/apt/lists/*
77
ADD requirements.txt requirements.txt
88
RUN pip install --upgrade pip && \
9-
pip install --no-cache-dir -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple && \
9+
pip install --no-cache-dir -r requirements.txt && \
1010
pip install --no-cache-dir gunicorn[gevent] && \
1111
pip cache purge
1212

0 commit comments

Comments
 (0)