Skip to content

Commit

Permalink
Dockerfile: Add jq dependency
Browse files Browse the repository at this point in the history
Although not strictly a direct dependency, it's a convenient tool to
have in the image to construct input JSONs for our CLI from within
Bash. The total install size is ~1MB so nothing tragically affecting
the resulting image size.

Signed-off-by: Erik Skultety <[email protected]>
  • Loading branch information
eskultety committed Jan 24, 2025
1 parent 3800b60 commit 4c43e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN dnf -y install \
--setopt install_weak_deps=0 \
--nodocs \
git-core \
jq \
python3 \
rubygem-bundler \
rubygem-json \
Expand Down

0 comments on commit 4c43e85

Please sign in to comment.