mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-26 09:15:23 +08: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 update-ca-certificates
|
||||
RUN rm -rf /var/cache/apk/*
|
||||
RUN mkdir ~/.ssh
|
||||
|
||||
Reference in New Issue
Block a user