1
0
Fork 0
mirror of https://github.com/yavook/kiwi-backup.git synced 2024-11-21 14:33:00 +00:00
This commit is contained in:
Jörn-Michael Miehe 2022-03-02 02:45:09 +01:00
parent 52befda4d8
commit b4c95c1be1

View file

@ -59,7 +59,7 @@ RUN set -ex; \
uninstall -y wheel \
; \
apk del --purge .build-deps; \
rm -rf "${USER}/.cargo";
rm -rf "${HOME}/.cargo";
# create non-root user
RUN adduser -D -u 1368 duplicity;