more install options

This commit is contained in:
Hyatt 2021-10-30 19:17:27 -05:00
parent 620f5d16d7
commit cb247eb542
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

2
Jenkinsfile vendored
View File

@ -56,7 +56,7 @@ spec:
container("compile") {
sh """
apt update
apt install libusb-1.0-0-dev gcc g++ upx-ucl
apt install --no-install-recommends libusb-1.0-0-dev gcc g++ upx-ucl
GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o go-temper ./cmd/go-temper
upx --brute go-temper
"""