migrate borgbackup to alpine

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-03-02 15:04:42 +01:00
parent 853a880c9d
commit 8ce55a1334

View file

@ -1,15 +1,12 @@
FROM debian:bullseye-20220125-slim FROM alpine:3.15.0
RUN set -ex; \ RUN set -ex; \
\ \
apt-get update; \ apk add --update --no-cache \
apt-get install -y --no-install-recommends \ bash \
borgbackup \ borgbackup \
rsync \ rsync \
fuse \ fuse3
python3-llfuse \
; \
rm -rf /var/lib/apt/lists/*
VOLUME /root VOLUME /root