diff --git a/Jenkinsfile b/Jenkinsfile index 1a04d48..21bba95 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ spec: - titan-19 containers: - name: rust-ci - image: rust:1.92-bookworm + image: rust:1.92-slim-bookworm command: ["cat"] tty: true resources: @@ -91,8 +91,10 @@ spec: apt-get update DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ python3 \ + build-essential \ curl \ file \ + git \ clang \ llvm \ pkg-config \