We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5dfd6 commit 77fd997Copy full SHA for 77fd997
Dockerfile
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
13
libssl-dev \
14
libffi-dev \
15
python3-dev \
16
+ cython \
17
&& apt-get clean \
18
&& pip install --no-cache-dir --upgrade pip \
19
&& pip install --no-cache-dir -r requirements.txt
0 commit comments