mirror of
https://github.com/miaowware/qrm2.git
synced 2025-05-24 10:22:28 -04:00
add cython, change FROM to alpine 3.10
This commit is contained in:
parent
4d86c2d9be
commit
f0b0d090aa
@ -1,4 +1,4 @@
|
|||||||
FROM python:3-alpine
|
FROM alpine:3.10
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
@ -20,6 +20,7 @@ RUN \
|
|||||||
libressl \
|
libressl \
|
||||||
py3-lxml \
|
py3-lxml \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
|
cython \
|
||||||
python3 && \
|
python3 && \
|
||||||
echo "**** install pip packages ****" && \
|
echo "**** install pip packages ****" && \
|
||||||
pip3 install -U pip setuptools wheel && \
|
pip3 install -U pip setuptools wheel && \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
discord.py
|
discord.py
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
lxml
|
git+https://github.com/lxml/lxml@master#egg=lxml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user