From 03ce83593ace85a101483a589e96db692a570170 Mon Sep 17 00:00:00 2001 From: Lee Zeman Date: Wed, 18 Sep 2024 14:42:22 -0700 Subject: [PATCH] check gdal version --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2f28276..5582904 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ RUN apt-get -yq install libyaml-dev libgdal-dev RUN apt-get -yq install python3 python3-dev python3-pip RUN apt-get -yq install cython3 +RUN gdalinfo --verion + RUN rm -rf /var/lib/apt/lists/* ENV CPLUS_INCLUDE_PATH=/usr/include/gdal