Initial commit

This commit is contained in:
Victor Parra 2023-02-09 17:06:27 +01:00 committed by parra
commit 4b6c2b5973
3 changed files with 177 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM alpine
ADD script.sh /bin/
RUN chmod +x /bin/script.sh
RUN apk -Uuv add curl ca-certificates
ENTRYPOINT /bin/script.sh