Add gevents deps
continuous-integration/drone/push Build is passing Details

master
pictuga 2021-11-23 20:22:47 +01:00
parent 528b3448e4
commit 8f576adb64
2 changed files with 3 additions and 1 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
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml py3-gevent py3-zope-interface py3-zope-event
ADD . /app
RUN pip3 install --no-cache-dir /app[full] gunicorn

View File

@ -109,6 +109,8 @@ packages:
- python3-wheels
- python3-lxml
- python3-gevent
- python3-zope.interface
- python3-zope.event
- git
- ca-certificates