gitlab-build-images/Dockerfile.alpine-bash-jq-curl-git
Balasankar "Balu" C 4b847ad5cb
Add image with tools required to hit and API and parse the JSON response
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2021-10-04 16:07:14 +05:30

3 lines
60 B
Docker

FROM alpine:latest
RUN apk --no-cache add bash jq curl git