Skip to content

Commit 676ca4e

Browse files
author
Christoph Balthaus
committed
Cython is missing when building 3.6 branch #1
1 parent 5cf6b02 commit 676ca4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ ENV PACKAGES="\
5151
# * pandas: library providing high-performance, easy-to-use data structures and data analysis tools
5252
# * nltk: suite of libraries and programs for symbolic and statistical natural language processing for English
5353
ENV PYTHON_PACKAGES="\
54+
cython \
5455
numpy \
5556
matplotlib \
5657
scipy \
@@ -74,4 +75,4 @@ RUN apk add --no-cache --virtual build-dependencies python3 \
7475
&& apk add --no-cache --virtual build-dependencies $PACKAGES \
7576
&& rm -rf /var/cache/apk/*
7677

77-
CMD ["python3"]
78+
CMD ["python3"]

0 commit comments

Comments
 (0)