From cd20e31dd96c60346bd101dd64a1e837e8239780 Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:07:07 +0200 Subject: [PATCH] fix: rust-ci image needs git --- rust/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \