fix: rust-ci image needs git

This commit is contained in:
JasterV 2026-04-23 02:07:07 +02:00
parent 38d7f477af
commit cd20e31dd9

View file

@ -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 \