test/docker: add jq to the Test dockerfile

This commit is contained in:
Mitchell Hashimoto 2018-08-21 10:51:40 -07:00
parent 3a55af62fe
commit 7ff71983f1
No known key found for this signature in database
GPG key ID: 744E147AA52F5B0A

View file

@ -19,7 +19,8 @@ RUN apk update && apk add --no-cache --virtual .build-deps \
bash \ bash \
openssl \ openssl \
python \ python \
git git \
jq
# gcloud # gcloud
RUN curl -OL https://dl.google.com/dl/cloudsdk/channels/rapid/install_google_cloud_sdk.bash && \ RUN curl -OL https://dl.google.com/dl/cloudsdk/channels/rapid/install_google_cloud_sdk.bash && \