We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39a197d + d1a59f4 commit 92438b2Copy full SHA for 92438b2
Dockerfile
@@ -49,6 +49,7 @@ RUN apk update \
49
&& apk upgrade \
50
&& apk add --no-cache --update alpine-sdk \
51
&& apk add --no-cache --update yamllint \
52
+ && apk add --no-cache --update jq \
53
&& bundle config set path.system true \
54
&& bundle config set jobs $(nproc) \
55
&& bundle install --gemfile=/Gemfile \
0 commit comments