diff --git a/Jenkinsfile b/Jenkinsfile index fd89c8b..b2adb9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { RUSTFLAGS = '-C target-feature=+crt-static -C link-self-contained=yes -C link-arg=-s' } steps { - sh 'sudo apk add pkgconf musl-dev curl' + sh 'apk add pkgconf musl-dev curl' sh 'cargo build --release --target x86_64-unknown-linux-musl' sh 'ls -la' }