init repo

This commit is contained in:
Gurkengewuerz
2022-08-08 23:21:37 +02:00
commit 5626563e84
3 changed files with 81 additions and 0 deletions
+5
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