1
0
Fork 0
mirror of https://github.com/yavook/kiwi-backup.git synced 2024-11-21 22:43:01 +00:00

purge requirements.txt

This commit is contained in:
Jörn-Michael Miehe 2022-03-02 02:56:44 +01:00
parent d5c7f3e684
commit b1cd4ef52e

View file

@ -59,6 +59,7 @@ RUN set -ex; \
uninstall -y wheel \ uninstall -y wheel \
; \ ; \
apk del --purge .build-deps; \ apk del --purge .build-deps; \
rm -f "/tmp/requirements.txt"; \
rm -rf "${HOME}/.cargo"; rm -rf "${HOME}/.cargo";
# create non-root user # create non-root user