ssh-client in Dockerfile
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank 2019-02-16 11:14:12 +01:00
parent 7488b87fe3
commit c2a17cceec

View File

@ -1,4 +1,4 @@
FROM alpine
RUN apk update && apk add rsync && rm -r /var/cache/
RUN apk update && apk add openssh-client sshpass rsync && rm -r /var/cache/
ADD mark2web /
CMD ["/mark2web"]