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

Might not be as reliable as hoped for
This commit is contained in:
2021-11-25 21:16:55 +01:00
parent 1837eda25f
commit 95cedba41c
3 changed files with 5 additions and 7 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]