Skip to content

Commit d3cfaa3

Browse files
committed
update dockerfile command
1 parent 5c75800 commit d3cfaa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN git clone --branch v${PGVECTOR_VERSION} --depth 1 https://github.com/pgvecto
5353
RUN curl -L https://download.osgeo.org/postgis/source/postgis-${POSTGIS_VERSION}.tar.gz | tar xz && \
5454
cd postgis-${POSTGIS_VERSION} && \
5555
./configure --without-raster --without-topology && \
56-
make -j$(nproc) && \
56+
make && \
5757
make install
5858

5959
# pg_textsearch (BM25)

0 commit comments

Comments
 (0)