This commit is contained in:
Hyatt 2022-09-26 19:05:15 -05:00
parent 4fe8033d99
commit 4f6fc7b5b1
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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