mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-03 01:06:46 +08:00
fix backup restore
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
c1a5262769
commit
8b813fe950
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ RUN set -ex; \
|
|||
bash \
|
||||
borgbackup \
|
||||
rsync \
|
||||
fuse3
|
||||
fuse3 \
|
||||
py3-pip \
|
||||
pip3 install pyfuse3
|
||||
|
||||
VOLUME /root
|
||||
|
||||
|
|
Loading…
Reference in a new issue