add Dockerfile build upon alpine:latest and installing curl and jq
parent
ef86997b78
commit
ef6cf6bc6f
@ -0,0 +1,3 @@
|
|||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk add --no-cache curl jq
|
Loading…
Reference in New Issue