mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 19:05:29 +00:00
Make sure the ssh dir exists.
This commit is contained in:
@@ -5,3 +5,4 @@ RUN apk update
|
|||||||
RUN apk add --no-cache rsync openssh-client ca-certificates
|
RUN apk add --no-cache rsync openssh-client ca-certificates
|
||||||
RUN update-ca-certificates
|
RUN update-ca-certificates
|
||||||
RUN rm -rf /var/cache/apk/*
|
RUN rm -rf /var/cache/apk/*
|
||||||
|
RUN mkdir ~/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user