removes un-necessary packages

This commit is contained in:
Hyatt 2023-10-29 12:34:40 -05:00
parent 79ca3333b9
commit f71868ccb4
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -104,7 +104,7 @@ pipeline {
sh """
git config --global --add safe.directory '*'
apt-get update -yqq && apt-get full-upgrade -yqq
apt-get install -yqq curl wget git jq git-lfs
apt-get install -yqq jq
cd ${workspace}/signal-desktop
cat package.json | jq '.build.linux += {target:["AppImage"]}' > with_appimage_package.json
mv with_appimage_package.json package.json