diff --git a/Jenkinsfile b/Jenkinsfile index fd8606f..a0e9924 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 """