Include gunicorn and gevent in [full]
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user