test/docker: add jq to the Test dockerfile
This commit is contained in:
parent
3a55af62fe
commit
7ff71983f1
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ RUN apk update && apk add --no-cache --virtual .build-deps \
|
|||
bash \
|
||||
openssl \
|
||||
python \
|
||||
git
|
||||
git \
|
||||
jq
|
||||
|
||||
# gcloud
|
||||
RUN curl -OL https://dl.google.com/dl/cloudsdk/channels/rapid/install_google_cloud_sdk.bash && \
|
||||
|
|
Loading…
Reference in a new issue