postgis / docker-postgis

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

include loader/dumper #239

Closed bnordgren closed 3 years ago

bnordgren commented 3 years ago

Today I noticed I couldn't find shp2pgsql in the postgis/postgis:latest docker file. Other people on gis.stackexchange.org have apparently noticed as well, but their questions have no answers. I assume this is an oversight?

Would it be possible to ensure these are rolled into the docker image?

phillipross commented 3 years ago

Hello! The omission of shp2pgsql from the images is intentional. Please see #222 and #224 for some explanation and discussion. Also see the examples directory of the repo for an example of using a extending the images with a custom Dockefile which installs the CLI tools in your own image.