mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-08 16:40:01 +00:00
Install jq into Jenkins image
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
73941f5b91
commit
0e3e776089
1 changed files with 1 additions and 0 deletions
1
build.sh
1
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
|
||||
|
|
Loading…
Reference in a new issue