Change borg config file generator
This commit is contained in:
parent
65114c6473
commit
76e1f4a5a2
1 changed files with 2 additions and 2 deletions
|
@ -22,12 +22,12 @@ RUN apk add --update \
|
|||
&& mkdir -p /backup/config \
|
||||
&& mkdir -p /backup/storage \
|
||||
&& mkdir -p /home/borg \
|
||||
&& go get git.jcg.re/jcgruenhage/borg-gen-auth-keys.git \
|
||||
&& go get git.jcg.re/jcgruenhage/borgocli \
|
||||
&& apk del --purge \
|
||||
go \
|
||||
build-base \
|
||||
git \
|
||||
&& mv $GOPATH/bin/borg-gen-auth-keys.git /usr/local/bin/borg-gen-auth-keys \
|
||||
&& mv $GOPATH/bin/borgocli /usr/local/bin/borgocli \
|
||||
&& rm -rf \
|
||||
/tmp \
|
||||
/var/cache/apk/* \
|
||||
|
|
Loading…
Reference in a new issue