Skip to content

Commit

Permalink
Merge pull request #34 from voxpupuli/add_jq
Browse files Browse the repository at this point in the history
Add jq for json handling in CIs
  • Loading branch information
bastelfreak authored Aug 21, 2024
2 parents 39a197d + d1a59f4 commit 92438b2
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 @@ -49,6 +49,7 @@ RUN apk update \
&& apk upgrade \
&& apk add --no-cache --update alpine-sdk \
&& apk add --no-cache --update yamllint \
&& apk add --no-cache --update jq \
&& bundle config set path.system true \
&& bundle config set jobs $(nproc) \
&& bundle install --gemfile=/Gemfile \
Expand Down

0 comments on commit 92438b2

Please sign in to comment.