mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
revert migrating borg to alpine
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
e7ec998913
commit
5f753665ac
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; \
|
||||
\
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue