Merge pull request #1 from drosboro/master

Removed testing repo, since newish version of borgbackup is in 3.6
This commit is contained in:
b3vis 2017-08-08 17:10:50 +01:00 committed by GitHub
commit 6385a14acc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER b3vis MAINTAINER b3vis
#Install Borg & SSH #Install Borg & SSH
RUN apk add openssh sshfs borgbackup supervisor --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ RUN apk add openssh sshfs borgbackup supervisor --no-cache
RUN adduser -D -u 1000 borg && \ RUN adduser -D -u 1000 borg && \
ssh-keygen -A && \ ssh-keygen -A && \
mkdir /backups && \ mkdir /backups && \