Update Dockerfile

This commit is contained in:
Loris 2025-03-12 19:14:38 +01:00 committed by GitHub
parent 3fe602a468
commit 5e106ba68d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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