Skip to content

Commit

Permalink
Merge pull request #258 from Gottox/fix/container-needs-jq
Browse files Browse the repository at this point in the history
common: add jq to docker container
  • Loading branch information
Gottox authored Jun 2, 2024
2 parents 4daf650 + 538770b commit e26600d
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 e26600d

Please sign in to comment.