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