File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ FROM postgis/postgis:16-3.4
22
33LABEL maintainer="PgOSM Flex - https://github.com/rustprooflabs/pgosm-flex"
44
5- ARG OSM2PGSQL_BRANCH=master
5+ # ARG OSM2PGSQL_BRANCH=master
6+ ARG OSM2PGSQL_BRANCH=fewer-db-conns
7+ # ARG OSM2PGSQL_REPO=https://github.com/openstreetmap/osm2pgsql.git
8+ ARG OSM2PGSQL_REPO=https://github.com/joto/osm2pgsql.git
9+
610
711RUN apt-get update \
812 # Removed upgrade per https://github.com/rustprooflabs/pgosm-flex/issues/322
@@ -34,7 +38,7 @@ RUN luarocks install luasql-postgres PGSQL_INCDIR=/usr/include/postgresql/
3438
3539
3640WORKDIR /tmp
37- RUN git clone --depth 1 --branch $OSM2PGSQL_BRANCH https://github.com/openstreetmap/osm2pgsql.git \
41+ RUN git clone --depth 1 --branch $OSM2PGSQL_BRANCH $OSM2PGSQL_REPO \
3842 && mkdir osm2pgsql/build \
3943 && cd osm2pgsql/build \
4044 && cmake .. -D USE_PROJ_LIB=6 \
You can’t perform that action at this time.
0 commit comments