From de4cb4e1c64e2b2bbd48827b27bb79f2e15581e8 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 3 Aug 2024 23:51:15 +0300
Subject: [PATCH] pre-commit: Add git.

Missing from the image after changing the base image.
---
 images/pre-commit/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/images/pre-commit/Dockerfile b/images/pre-commit/Dockerfile
index ccc3a1b..cab0e7b 100644
--- a/images/pre-commit/Dockerfile
+++ b/images/pre-commit/Dockerfile
@@ -5,6 +5,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
 RUN apt-get update && \
     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
         docker.io \
+        git \
         python3-dev \
         python3-pip \
         python3-setuptools \
-- 
GitLab