drone-sentry-plugin/Dockerfile
Torma Kristóf 97c9484555
Some checks failed
continuous-integration/drone/push Build is failing
working version
2020-07-19 14:25:22 +02:00

5 lines
124 B
Docker

FROM alpine
COPY script.sh /bin/
RUN chmod +x /bin/script.sh && apk -Uuv add curl ca-certificates
ENTRYPOINT /bin/script.sh