diff --git a/Dockerfile b/Dockerfile index 2a4d39591..b702bc47a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,10 +41,9 @@ RUN apk add --no-cache -t build-dependencies \ libxslt \ openssl \ tini \ - uwsgi \ - uwsgi-python3 \ brotli \ && pip3 install --break-system-packages --no-cache -r requirements.txt \ + && pip3 install --break-system-packages --no-cache granian \ && apk del build-dependencies \ && rm -rf /root/.cache