mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #334 from nextcloud/enh/noid/revert-migrating-borg-to-alpine
revert migrating borg to alpine
This commit is contained in:
commit
77979aaa4a
1 changed files with 7 additions and 9 deletions
|
|
@ -1,17 +1,15 @@
|
||||||
FROM alpine:3.15.0
|
FROM debian:bullseye-20220125-slim
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
apk add --update --no-cache \
|
apt-get update; \
|
||||||
bash \
|
apt-get install -y --no-install-recommends \
|
||||||
borgbackup \
|
borgbackup \
|
||||||
rsync \
|
rsync \
|
||||||
fuse
|
fuse \
|
||||||
|
python3-llfuse \
|
||||||
Run set -ex; \
|
; \
|
||||||
\
|
rm -rf /var/lib/apt/lists/*
|
||||||
echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
|
||||||
apk add --update --no-cache py3-llfuse
|
|
||||||
|
|
||||||
VOLUME /root
|
VOLUME /root
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue