Create Dockerfile

This commit is contained in:
Wayne Connolly
2018-06-29 16:59:08 +10:00
committed by GitHub
parent 7f7eca464e
commit e38e567e3e
+5
View File
@@ -0,0 +1,5 @@
FROM alpine
ADD script.sh /bin/
RUN chmod +x /bin/script.sh
RUN apk -Uuv add curl tar ca-certificates
ENTRYPOINT /bin/script.sh