drone-abra/Dockerfile

10 lines
150 B
Docker
Raw Normal View History

2021-06-03 17:50:14 +00:00
FROM decentral1se/abra:latest
RUN apk add --no-cache openssh-client
COPY plugin.sh /plugin/plugin.sh
WORKDIR /drone/src
CMD ["/plugin/plugin.sh"]