From 4f6fc7b5b1f4123742a22d9db4d007a4f5a11624 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Mon, 26 Sep 2022 19:05:15 -0500 Subject: [PATCH] adds jq --- build-k8s-lenz.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-k8s-lenz.jenkins b/build-k8s-lenz.jenkins index caf964f..bb86623 100644 --- a/build-k8s-lenz.jenkins +++ b/build-k8s-lenz.jenkins @@ -131,7 +131,7 @@ pipeline { script { sh """ apt update - apt install --no-install-recommends -y curl ca-certificates gcc g++ make git rpm + apt install --no-install-recommends -y curl ca-certificates gcc g++ make git rpm jq curl -fsSL https://deb.nodesource.com/setup_16.x | bash - curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg > /dev/null echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | tee /etc/apt/sources.list.d/yarn.list