drone-sentry-plugin/Dockerfile

5 lines
124 B
Docker
Raw Normal View History

2020-07-19 13:21:10 +02:00
FROM alpine
COPY script.sh /bin/
RUN chmod +x /bin/script.sh && apk -Uuv add curl ca-certificates
2020-07-19 14:25:22 +02:00
ENTRYPOINT /bin/script.sh