This commit is contained in:
Joseph Cheung 2023-02-23 16:04:09 +08:00
parent 6e9b668c74
commit b8557e9f99
2 changed files with 3 additions and 2 deletions

View file

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