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