postgis/docker-postgis

Proj4-dev no longer in Alpine

gijoe462 opened this issue · 5 comments

In the docker-postgis/11-2.5/alpine/Dockerfile the build files will no longer build due to-

A quick search of Alpine Packages shows it is no longer there.

This has been renamed to proj-dev. Checkout https://hub.docker.com/r/equalos/postgis which has a link to the Dockerfile.

@braderhart I pulled that Dockerfile down and it doesn't work with postgres 11.2 and postgis 2.5.2. postgis configure does not find the new proj libs. I had to work around it by compiling proj 4.9.3 from source and using --with-projdir in the postgis configure.

@jrzerr This had worked previously, but it looks like someone has flagged the Alpine package likely due to some issues win the latest build that was released on 10/07. This is why I wish Alpine kept a package mirror for older releases. If you were to build the package using the previous release before the latest package my bet is that it would work.

Hi all... I think this issue has since been resolved so I'm going to close it.

FYI: Work is currently being done to get updated versions of both debian and alpine images going. The master branch contains code to build PostGIS v2.5.3 on alpine for PostgreSQL versions 9.5 through 12. You can clone, build, and test from there.

Feel free to copy my clean working example here for Alpine:

https://hub.docker.com/r/equalos/postgis