chore: Add git to pre-commit image (#2679)

This commit is contained in:
Ayaz Salikhov
2025-10-07 15:41:19 +01:00
committed by GitHub
parent 693ed2061c
commit 3c1811233a
2 changed files with 7 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ WORKDIR /root
RUN apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
curl \
git \
software-properties-common \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*