diff --git a/Dockerfile b/Dockerfile index 26ac35c..9d80e16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \