Merge pull request #1 from drosboro/master
Removed testing repo, since newish version of borgbackup is in 3.6
This commit is contained in:
commit
6385a14acc
|
|
@ -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 && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue