Get gevents from pkgs (long to build)
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f627f1b12b
commit
528b3448e4
|
@ -1,9 +1,9 @@
|
||||||
FROM alpine:latest
|
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
|
ADD . /app
|
||||||
RUN pip3 install --no-cache-dir /app[full] gunicorn gevent
|
RUN pip3 install --no-cache-dir /app[full] gunicorn
|
||||||
|
|
||||||
USER 1000:1000
|
USER 1000:1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue