Skip to content

Commit 0ae026d

Browse files
authored
Update Dockerfile
1 parent 77fd997 commit 0ae026d

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
@@ -13,9 +13,9 @@ RUN apt-get update && apt-get install -y \
1313
libssl-dev \
1414
libffi-dev \
1515
python3-dev \
16-
cython \
1716
&& apt-get clean \
1817
&& pip install --no-cache-dir --upgrade pip \
18+
&& pip install --no-cache-dir cython \
1919
&& pip install --no-cache-dir -r requirements.txt
2020

2121
# 第二阶段:运行阶段

0 commit comments

Comments
 (0)