From b47fefcbf5067a90ed88d5fe62cc1aec8cd37fd9 Mon Sep 17 00:00:00 2001 From: kemitix Date: Thu, 13 Jun 2024 19:37:18 +0100 Subject: [PATCH] Add git to environment Allows the use of git in actions. Signed-off-by: kemitix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d20a3ef..a529f83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN apt-get update \ mold=1.10.1+dfsg-1 \ pkg-config=1.8.1-1 \ libssl-dev=3.0.11-1~deb12u2 \ + git=1:2.39.2-1.1 \ && \ rm -r /var/lib/apt/lists/*