diff --git a/rust/Dockerfile b/rust/Dockerfile index 2ce62a0..4790310 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -2,6 +2,7 @@ FROM rust:1.95.0-slim # Install system dependencies for cargo-binstall and common rust crates RUN apt-get update && apt-get install -y --no-install-recommends \ + git \ curl \ build-essential \ ca-certificates \