Merge pull request #334 from nextcloud/enh/noid/revert-migrating-borg-to-alpine

revert migrating borg to alpine
This commit is contained in:
Simon L 2022-03-09 13:52:42 +01:00 committed by GitHub
commit 77979aaa4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +1,15 @@
FROM alpine:3.15.0
FROM debian:bullseye-20220125-slim
RUN set -ex; \
\
apk add --update --no-cache \
bash \
apt-get update; \
apt-get install -y --no-install-recommends \
borgbackup \
rsync \
fuse
Run set -ex; \
\
echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
apk add --update --no-cache py3-llfuse
fuse \
python3-llfuse \
; \
rm -rf /var/lib/apt/lists/*
VOLUME /root