From 0e3e7760896b4b7c769e27c20f6b1bc2966ce1ac Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 8 Aug 2018 13:05:47 +0200 Subject: [PATCH] Install jq into Jenkins image Signed-off-by: Knut Ahlers --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 277664f..7499cdc 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,7 @@ apt-get update # Install helper utils apt-get install -y --no-install-recommends \ apt-transport-https \ + jq \ lsb-release \ make \ sudo