CartoDB / raster-loader

https://raster-loader.readthedocs.io
Other
15 stars 4 forks source link

[BUG] Dockerfile - avoid installing GDAL twice (unexpected version in image) #103

Closed cayetanobv closed 1 year ago

cayetanobv commented 1 year ago

Bug Description GDAL is installed twice: 1) GDAL is installed in the original (and official) image used (FROM clause). 2) GDAL is installed again as a Debian package using apt-get. The result is you have installed in Docker image GDAL v3.0 instead of 3.2. This Docker image is too old and it doesn't work properly with some of the required GDAL features for the library.

Expected behavior The GDAL version of the image should be 3.2.

Screenshots N/A

System information

Raster Loader version: 0.2.1.dev0+g521348d.d20230131
Python version: 3.8.10
Platform: Linux-4.15.0-202-generic-x86_64-with-glibc2.29
System version: Linux 4.15.0-202-generic
Machine: x86_64
Processor: x86_64
Architecture: 64bit

Additional context N/A