mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
install borg from backports in the future
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
d4645d50ab
commit
5c25656460
2 changed files with 16 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ FROM debian:bullseye-20221004-slim
|
|||
RUN set -ex; \
|
||||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends borgbackup -t bullseye-backports; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
borgbackup \
|
||||
rsync \
|
||||
fuse \
|
||||
python3-llfuse \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue