[Tile-serving] [openstreetmap/osm2pgsql] add support for dockerfile build (#1427)

Stephan notifications at github.com
Fri Mar 12 08:54:59 UTC 2021


@stephankn commented on this pull request.



> @@ -0,0 +1,9 @@
+FROM alpine as builder
+
+RUN apk --update-cache add cmake make g++ boost-dev expat-dev bzip2-dev zlib-dev libpq proj-dev lua5.3-dev postgresql-dev
+ADD . /opt/
+RUN mkdir /opt/build
+WORKDIR /opt/build
+RUN cmake ..

I used this in my docker-build. Uses LUAJIT and builds release
 cmake -D WITH_LUAJIT=ON -D CMAKE_BUILD_TYPE=MinSizeRel ..

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1427#pullrequestreview-610568378
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210312/9588c453/attachment.htm>


More information about the Tile-serving mailing list