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