Skip to content

Commit

Permalink
common: add jq to docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Jun 2, 2024
1 parent 4daf650 commit 538770b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/build_utils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG BASE_IMAGE=alpine
FROM ${BASE_IMAGE}:3.20

RUN apk add --no-cache \
jq \
gcc \
g++ \
clang17 \
Expand Down

0 comments on commit 538770b

Please sign in to comment.