mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-03 17:27:22 +08:00
fix backup container build
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
91c7f13171
commit
e7ec998913
1 changed files with 6 additions and 3 deletions
|
@ -6,9 +6,12 @@ RUN set -ex; \
|
|||
bash \
|
||||
borgbackup \
|
||||
rsync \
|
||||
fuse3 \
|
||||
py3-pip \
|
||||
pip3 install pyfuse3
|
||||
fuse
|
||||
|
||||
Run set -ex; \
|
||||
\
|
||||
echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||
apk add --update --no-cache py3-llfuse
|
||||
|
||||
VOLUME /root
|
||||
|
||||
|
|
Loading…
Reference in a new issue