working version
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-07-19 14:25:22 +02:00
parent d06bdcdd4a
commit 97c9484555
2 changed files with 2 additions and 2 deletions

View File

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