Get gevents from pkgs (long to build)
continuous-integration/drone/push Build is passing Details

master
pictuga 2021-11-23 20:14:22 +01:00
parent f627f1b12b
commit 528b3448e4
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
FROM alpine:latest
RUN apk add --no-cache python3 py3-lxml py3-pip py3-wheel git
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml py3-gevent
ADD . /app
RUN pip3 install --no-cache-dir /app[full] gunicorn gevent
RUN pip3 install --no-cache-dir /app[full] gunicorn
USER 1000:1000

View File

@ -108,6 +108,7 @@ packages:
- python3-pip
- python3-wheels
- python3-lxml
- python3-gevent
- git
- ca-certificates