Skip to content

Commit

Permalink
check gdal version
Browse files Browse the repository at this point in the history
  • Loading branch information
corviday committed Sep 18, 2024
1 parent c36dbbf commit b6e5639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6e5639

Please sign in to comment.