This commit is contained in:
Joseph Cheung 2023-02-23 17:02:57 +08:00
parent b8557e9f99
commit 8ae80a3b73
4 changed files with 10 additions and 13 deletions

View file

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