From c217a0d81920c5c112bbb99f38fef10970d46374 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Wed, 16 Aug 2023 21:20:33 -0400 Subject: [PATCH] fix!: remove jq from image (#8979) * fix: remove jq from base and add jq ext image * Delete Dockerfile.ext-jq --------- Co-authored-by: Muhammad Atif Ali --- scripts/Dockerfile.base | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Dockerfile.base b/scripts/Dockerfile.base index d5e8283d03..2681ef9caf 100644 --- a/scripts/Dockerfile.base +++ b/scripts/Dockerfile.base @@ -10,7 +10,6 @@ RUN apk add --no-cache \ curl \ wget \ bash \ - jq \ git \ openssh-client && \ # Use the edge repo, since Terraform doesn't seem to be backported to 3.18.