Skip to content

Commit 4821e2e

Browse files
authored
chore: add jq to base image (#8563)
* chore: add jq to base image * fix formatting
1 parent 68a4619 commit 4821e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/Dockerfile.base

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN apk add --no-cache \
1010
curl \
1111
wget \
1212
bash \
13+
jq \
1314
git \
1415
openssh-client && \
1516
# Use the edge repo, since Terraform doesn't seem to be backported to 3.18.

0 commit comments

Comments
 (0)