diff --git a/Dockerfile b/Dockerfile index b4ff6d2..c21b5ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # ps needs to be available to be able to be used in docker.inside, see https://issues.jenkins-ci.org/browse/JENKINS-40101 RUN apt-get update && \ - apt-get install -y --no-install-recommends procps && \ + apt-get install -y --no-install-recommends \ + jq \ + procps && \ rm -rf /var/lib/apt/lists/* # add group & user