Merge pull request #306 from nextcloud/enh/205/migrate-borg-to-alpine

migrate borgbackup to alpine
This commit is contained in:
Simon L 2022-03-08 15:44:22 +01:00 committed by GitHub
commit 8836a884fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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