Closed milovanderlinden closed 7 years ago
Thanks for that!
What package repository would this be in?
I've added the apt.postgresql.org repo, but docker complains that it can't find the package osm2pgrouting.
@hpfast looks like upstream (Postgres) moved to debian:jessie as their base image which does not have a package for osm2pgrouting
. Will remove the package to get Docker Hub builds working again.
Ok, that explains it, thanks. Hadn't thought to look in debian's repos. Managing to build from source.
On Mon, Feb 27, 2017 at 12:30 PM, Hans Kristian Flaatten < notifications@github.com> wrote:
@hpfast https://github.com/hpfast looks like upstream (Postgres) moved to debian:jessie as their base image which does not have a package for osm2pgrouting. Will remove the package to get Docker Hub builds working again.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Starefossen/docker-pgrouting/issues/8#issuecomment-282696017, or mute the thread https://github.com/notifications/unsubscribe-auth/ADfUav_SFnaaxrBncg7meCvIBJX9uauFks5rgrPlgaJpZM4LS1V4 .
Can simply be installed by adding it to the apt-get install section. This way a great tool would be available within the image to import osm files. I suggest also adding wget so downloading osm files and importing them into the database can be done from within the image.