mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-12 18:32:41 +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
|
# Install helper utils
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
|
jq \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
make \
|
make \
|
||||||
sudo
|
sudo
|
||||||
|
|
Loading…
Reference in a new issue