Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo authored Oct 21, 2024
1 parent 5d2438f commit 101fbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV C_INCLUDE_PATH="/usr/include/gdal"
# rm -rf /var/cache/apt /var/lib/apt/lists/*

RUN apt-get update && \
apt-get install -y binutils libproj-dev gdal-bin
apt-get install -y binutils libproj-dev gdal-bin libgdal-dev

RUN pip --no-cache-dir install --ignore-installed \
GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'` \
Expand Down

0 comments on commit 101fbb8

Please sign in to comment.