1
0

add Dockerfile build upon alpine:latest and installing curl and jq

This commit is contained in:
2018-02-16 11:22:46 +00:00
parent ef86997b78
commit ef6cf6bc6f
+3
View File
@@ -0,0 +1,3 @@
FROM alpine:latest
RUN apk add --no-cache curl jq