diff --git a/Dockerfile b/Dockerfile index 8e77543..81612db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ ARG CLI_BIN=/usr/local/bin/sonarqube-password-hash RUN apt-get update && \ apt-get --no-install-recommends --yes install \ + jq \ postgresql-client \ && \ apt-get clean && \