[Tile-serving] [openstreetmap/osm2pgsql] add support for dockerfile build (#1427)
Stephan
notifications at github.com
Fri Mar 12 08:55:24 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 ..
+RUN make
I did
` make -j$(nproc)`
--
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-610568712
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210312/04f5d32a/attachment.htm>
More information about the Tile-serving
mailing list