We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c75800 commit d3cfaa3Copy full SHA for d3cfaa3
1 file changed
Dockerfile
@@ -53,7 +53,7 @@ RUN git clone --branch v${PGVECTOR_VERSION} --depth 1 https://github.com/pgvecto
53
RUN curl -L https://download.osgeo.org/postgis/source/postgis-${POSTGIS_VERSION}.tar.gz | tar xz && \
54
cd postgis-${POSTGIS_VERSION} && \
55
./configure --without-raster --without-topology && \
56
- make -j$(nproc) && \
+ make && \
57
make install
58
59
# pg_textsearch (BM25)
0 commit comments