We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit fd0ee07Copy full SHA for fd0ee07
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM alpine:3.8
2
+
3
+RUN apk --no-cache add jq curl ca-certificates
4
5
+COPY entrypoint.sh /usr/local/bin
6
7
+ENTRYPOINT ["entrypoint.sh"]
8
0 commit comments