From ecf5cadb21f47f204e1ae80a948a8c30bf48781a Mon Sep 17 00:00:00 2001 From: Daniel Mursa Date: Mon, 13 Jan 2025 15:23:36 +0100 Subject: [PATCH] [#233] Update Dockerfile, dependencies from commonground-api-common to 2.3.0 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1efcd437..560984ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,6 +49,9 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco postgresql-client \ gettext \ binutils \ + # commonground-api-common > 2.3.0 + libgdal-dev \ + gdal-bin \ && rm -rf /var/lib/apt/lists/* RUN pip install pip "setuptools>=70.0.0"