FROM decentral1se/abra:latest RUN apk add --no-cache openssh-client COPY plugin.sh /plugin/plugin.sh WORKDIR /drone/src CMD ["/plugin/plugin.sh"]