ssh client
This commit is contained in:
parent
355b5a0029
commit
fa55e15ba8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ENV SSH_SERVER ""
|
||||||
ENV SSH_USER root
|
ENV SSH_USER root
|
||||||
ENV SSH_PORT 22
|
ENV SSH_PORT 22
|
||||||
|
|
||||||
RUN apk add --no-cache borgbackup
|
RUN apk add --no-cache borgbackup openssh-client
|
||||||
|
|
||||||
COPY ./monit.conf /etc/monit.d/borg.conf
|
COPY ./monit.conf /etc/monit.d/borg.conf
|
||||||
COPY ./backup.sh /usr/local/bin/backup
|
COPY ./backup.sh /usr/local/bin/backup
|
||||||
|
|
Loading…
Reference in a new issue