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
+1 -1
View File
@@ -1,7 +1,7 @@
FROM alpine:latest
MAINTAINER b3vis
#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 && \
ssh-keygen -A && \
mkdir /backups && \