From b6e56398ddef3848b5901cb4c2a0d841e94c057c 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..af91b32 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 --version + RUN rm -rf /var/lib/apt/lists/* ENV CPLUS_INCLUDE_PATH=/usr/include/gdal