From 7ff71983f1c82d952ea8e484e3f6f45ba81458ea Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 21 Aug 2018 10:51:40 -0700 Subject: [PATCH] test/docker: add jq to the Test dockerfile --- test/docker/Test.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/docker/Test.dockerfile b/test/docker/Test.dockerfile index 505ce3e..93bff9f 100644 --- a/test/docker/Test.dockerfile +++ b/test/docker/Test.dockerfile @@ -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 && \