mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-23 16:03:46 +01:00
Make sure the ssh dir exists.
This commit is contained in:
parent
8e3c58b325
commit
4b1ab34958
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ RUN apk update
|
|||
RUN apk add --no-cache rsync openssh-client ca-certificates
|
||||
RUN update-ca-certificates
|
||||
RUN rm -rf /var/cache/apk/*
|
||||
RUN mkdir ~/.ssh
|
||||
|
|
Loading…
Reference in a new issue