Make sure the ssh dir exists.

This commit is contained in:
JoshPiper 2020-01-02 12:23:40 +00:00 committed by GitHub
parent 8e3c58b325
commit 4b1ab34958

View file

@ -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