From a6e401e584ffc6e8c418aaa86ff87778b1ef0338 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 1 Jun 2022 11:54:44 +0200 Subject: [PATCH] Make git available in all build Docker targets (of qt5) --- .docker/qgis3-qt5-build-deps.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/qgis3-qt5-build-deps.dockerfile b/.docker/qgis3-qt5-build-deps.dockerfile index 31505042cd7..6539f82fdd4 100644 --- a/.docker/qgis3-qt5-build-deps.dockerfile +++ b/.docker/qgis3-qt5-build-deps.dockerfile @@ -22,6 +22,7 @@ RUN apt-get update \ cmake \ curl \ dh-python \ + git \ gdal-bin \ gpsbabel \ graphviz \ @@ -170,7 +171,6 @@ RUN apt-get update \ clang \ cmake \ flex \ - git \ grass-dev \ libexiv2-dev \ libexpat1-dev \