install borg from backports in the future

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-10-24 19:46:09 +02:00
parent d4645d50ab
commit 5c25656460
2 changed files with 16 additions and 2 deletions

View file

@ -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 \