From 7605bf1e2627240d5a3bf8d5c6bf9a8cae86b3b1 Mon Sep 17 00:00:00 2001 From: Patrick Hobusch Date: Tue, 13 Jun 2023 20:20:41 +0800 Subject: [PATCH] Add jq to image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 && \