add cython, change FROM to alpine 3.10

This commit is contained in:
Abigail Gold 2019-11-09 01:48:00 -05:00
parent 4d86c2d9be
commit f0b0d090aa
No known key found for this signature in database
GPG Key ID: 80A676456AB6B045
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM alpine:3.10
COPY . /app
WORKDIR /app
@ -20,6 +20,7 @@ RUN \
libressl \
py3-lxml \
py3-pip \
cython \
python3 && \
echo "**** install pip packages ****" && \
pip3 install -U pip setuptools wheel && \

View File

@ -1,3 +1,3 @@
discord.py
beautifulsoup4
lxml
git+https://github.com/lxml/lxml@master#egg=lxml