mirror of
https://github.com/yavook/kiwi-backup.git
synced 2024-11-21 14:33:00 +00:00
typo
This commit is contained in:
parent
52befda4d8
commit
b4c95c1be1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue