create .ssh directory
This commit is contained in:
parent
9a67c805e1
commit
3c4e54f0dd
@ -7,6 +7,6 @@ RUN apk --no-cache add \
|
||||
bash
|
||||
|
||||
ADD upload.sh /bin/
|
||||
RUN chmod +x /bin/upload.sh
|
||||
RUN chmod +x /bin/upload.sh && mkdir ~/.ssh && chmod 700 ~/.ssh
|
||||
|
||||
ENTRYPOINT /bin/upload.sh
|
||||
|
Loading…
Reference in New Issue
Block a user