fix backup container build

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-03-09 12:55:51 +01:00
parent 91c7f13171
commit e7ec998913

View file

@ -6,9 +6,12 @@ RUN set -ex; \
bash \ bash \
borgbackup \ borgbackup \
rsync \ rsync \
fuse3 \ fuse
py3-pip \
pip3 install pyfuse3 Run set -ex; \
\
echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
apk add --update --no-cache py3-llfuse
VOLUME /root VOLUME /root