postgis / docker-postgis

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

Mixing packages from edge and v3.10 breaks build #149

Closed GammaGames closed 4 years ago

GammaGames commented 5 years ago

Trying to build the dockerfile located at 11-2.5/alpine/Dockerfile (after fixing #146) causes an error while compiling postgis:

configure: error: could not find libproj - you may need to specify the directory of a PROJ.4 installation using --with-projdir

Proj is currently only available on edge, in the future it might be available on the community tree, but for now installing every dependency from edge fixes the issue.

phillipross commented 4 years ago

@GammaGames I believe this issue is outdated too so I'm closing.