postgis / docker-postgis

Docker image for PostGIS
https://hub.docker.com/r/postgis/postgis/
MIT License
1.35k stars 462 forks source link

Pgdev2 #280

Closed iqqmuT closed 2 years ago

iqqmuT commented 2 years ago

Replaces #278 .

PostgreSQL driver was missing from gdal tools:

$ ogr2ogr --formats

Adding libpq-dev fixes the problem.

ImreSamu commented 2 years ago

Thank you @iqqmuT ,

As I see +%1 ( +9MB) image size increase

$ docker images | grep -E "14-master"
pgis-14-master-new                      latest             2cb386ac7a0a   46 seconds ago   901MB   <--- new
postgis/postgis                         14-master          4e705c6535f2   44 hours ago     892MB   <--- current

@phillipross : I am supporting this change; Looks OK for me.

phillipross commented 2 years ago

@ImreSamu Thanks reviewing and scoping out the image size difference. It's nice to see the change is relatively small.

@iqqmuT Thanks for the contribution! and if thus far everything looks good. I can assume that it's ready for merge?