Removed testing repo, since newish version of borgbackup is in 3.6
This commit is contained in:
parent
64a549df2f
commit
8a06a0d470
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue