Skip to content

Commit 6ffef97

Browse files
authored
Merge pull request #763 from liangliangyy/dev
update dockerfile
2 parents f2e6f70 + 05c4d74 commit 6ffef97

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)