create alpine image

This commit is contained in:
Torma Kristóf 2020-07-19 13:21:10 +02:00
parent 603f7fcee9
commit 12706a3da2

4
Dockerfile Normal file
View File

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