Skip to content

Commit 92438b2

Browse files
authored
Merge pull request #34 from voxpupuli/add_jq
Add jq for json handling in CIs
2 parents 39a197d + d1a59f4 commit 92438b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN apk update \
4949
&& apk upgrade \
5050
&& apk add --no-cache --update alpine-sdk \
5151
&& apk add --no-cache --update yamllint \
52+
&& apk add --no-cache --update jq \
5253
&& bundle config set path.system true \
5354
&& bundle config set jobs $(nproc) \
5455
&& bundle install --gemfile=/Gemfile \

0 commit comments

Comments
 (0)