feat: clear pip cache

This commit is contained in:
DDSRem
2023-06-16 15:05:25 +08:00
parent 7478b21b33
commit f0bfe844e5

View File

@@ -40,6 +40,7 @@ RUN set -ex && \
adduser -S ab -G ab -h /ab -s /bin/bash -u 911 && \
# Clear
rm -rf \
/ab/.cache \
/tmp/*
COPY --chmod=755 backend/src/. .