From 3db63869a0aa57fa3ba25a14c33eb42d97e09ae7 Mon Sep 17 00:00:00 2001 From: bramjanssen Date: Thu, 16 Apr 2026 16:17:30 +0200 Subject: [PATCH] build: added git to support installation of ogc api client --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index c940e26..1691bba 100644 --- a/dockerfile +++ b/dockerfile @@ -7,7 +7,7 @@ WORKDIR /app # system deps RUN apt-get update && apt-get install -y --no-install-recommends \ - build-essential \ + build-essential git \ && rm -rf /var/lib/apt/lists/* # copy requirements then install