mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
fix: rust-ci image needs git
This commit is contained in:
parent
38d7f477af
commit
cd20e31dd9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue