mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
parent
232b09ccc9
commit
4b847ad5cb
2 changed files with 6 additions and 0 deletions
3
Dockerfile.alpine-bash-jq-curl-git
Normal file
3
Dockerfile.alpine-bash-jq-curl-git
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk --no-cache add bash jq curl git
|
||||
Loading…
Add table
Add a link
Reference in a new issue