Install jq into Jenkins image

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-08-08 13:05:47 +02:00
parent 73941f5b91
commit 0e3e776089
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -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