Removed testing repo, since newish version of borgbackup is in 3.6

This commit is contained in:
Dave Rosborough 2017-08-04 11:13:17 -07:00 committed by GitHub
parent 64a549df2f
commit 8a06a0d470
1 changed files with 1 additions and 1 deletions

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 && \