mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-29 10:10:55 +08: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; \
|
||||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
apk add --update --no-cache \
|
||||
bash \
|
||||
borgbackup \
|
||||
rsync \
|
||||
fuse \
|
||||
python3-llfuse \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
fuse3
|
||||
|
||||
VOLUME /root
|
||||
|
||||
|
|
Loading…
Reference in a new issue