From 528b3448e409cfe67ee15c700932ffae819e02d4 Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 23 Nov 2021 20:14:22 +0100 Subject: [PATCH] Get gevents from pkgs (long to build) --- Dockerfile | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d988dc5..3f634cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 7419020..d9fdf9d 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ packages: - python3-pip - python3-wheels - python3-lxml + - python3-gevent - git - ca-certificates