Build osm2pgsql with -j4

This commit is contained in:
Paul Bienkowski 2022-03-14 19:05:47 +01:00
parent e09c257995
commit cb837ef5f2

View file

@ -36,7 +36,7 @@ RUN git clone --branch $OSM2PGSQL_VERSION git://github.com/openstreetmap/osm2pg
mkdir build &&\
cd build &&\
cmake .. &&\
make &&\
make -j4 &&\
make install
#############################################