Merge pull request #440 from nextcloud/fix/418/improve-restore-process

improve the restore process
This commit is contained in:
Simon L 2022-03-31 16:04:01 +02:00 committed by GitHub
commit 1e3bb9ccfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 32 deletions

View file

@ -8,6 +8,7 @@ RUN set -ex; \
rsync \
fuse \
python3-llfuse \
jq \
; \
rm -rf /var/lib/apt/lists/*