FROM docker:dind RUN apk add --no-cache openssh-client=8.3_p1-r0 COPY plugin.sh /plugin/plugin.sh WORKDIR /drone/src CMD ["/plugin/plugin.sh"]