From 4302aeb8aa1af94b2c289c4605feb614edf880ae Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sun, 27 Jul 2025 22:27:32 +0200 Subject: [PATCH] Add git to ubuntu.Dockerfile --- docker/ubuntu.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/ubuntu.Dockerfile b/docker/ubuntu.Dockerfile index 99b70ede3..5d0854657 100644 --- a/docker/ubuntu.Dockerfile +++ b/docker/ubuntu.Dockerfile @@ -6,6 +6,7 @@ RUN set -e \ && apt-get update \ && apt-get install -y --no-install-recommends \ build-essential \ + git \ ca-certificates curl wget gnupg lsb-release software-properties-common \ python3 python3-pip \ ninja-build cmake make \