Include gunicorn and gevent in [full]
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-11-23 20:32:22 +01:00
parent 8f576adb64
commit 37e08f8b4c
3 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine:latest
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
RUN pip3 install --no-cache-dir /app[full]
USER 1000:1000