mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
migrate borgbackup to alpine
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
853a880c9d
commit
8ce55a1334
1 changed files with 4 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue