Skip to content

Commit 75f69e8

Browse files
committed
update build
1 parent 28fead2 commit 75f69e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN git clone https://github.com/openvenues/libpostal /code/libpostal
3030
WORKDIR /code/libpostal
3131
RUN ./bootstrap.sh && \
3232
./configure --datadir=/usr/share/libpostal $([ "$TARGETARCH" = "arm64" ] && echo "--disable-sse2" || echo "") && \
33-
make -j2 && make check && make install && \
33+
make -j4 && make check && make install && \
3434
ldconfig
3535

3636
# Create and change to the app directory.

0 commit comments

Comments
 (0)