Add image with tools required to hit and API and parse the JSON response

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar "Balu" C 2021-10-04 16:07:14 +05:30
parent 232b09ccc9
commit 4b847ad5cb
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
FROM alpine:latest
RUN apk --no-cache add bash jq curl git