Update Dockerfile

This commit is contained in:
Joseph Cheung 2023-02-23 15:46:26 +08:00
parent bb827e0bb5
commit 6e9b668c74

View file

@ -45,6 +45,7 @@ RUN apk add --no-cache -t build-dependencies \
uwsgi \
uwsgi-python3 \
brotli \
rust \
&& pip3 install --no-cache -r requirements.txt \
&& apk del build-dependencies \
&& rm -rf /root/.cache