Move away from gevent
Some checks failed
continuous-integration/drone/push Build is failing

Might not be that reliable
This commit is contained in:
2021-11-25 21:21:59 +01:00
parent 1837eda25f
commit 5422d4e14c
4 changed files with 6 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml py3-gevent py3-zope-interface py3-zope-event
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml
ADD . /app
RUN pip3 install --no-cache-dir /app[full]