We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fead2 commit 75f69e8Copy full SHA for 75f69e8
Dockerfile
@@ -30,7 +30,7 @@ RUN git clone https://github.com/openvenues/libpostal /code/libpostal
30
WORKDIR /code/libpostal
31
RUN ./bootstrap.sh && \
32
./configure --datadir=/usr/share/libpostal $([ "$TARGETARCH" = "arm64" ] && echo "--disable-sse2" || echo "") && \
33
- make -j2 && make check && make install && \
+ make -j4 && make check && make install && \
34
ldconfig
35
36
# Create and change to the app directory.
0 commit comments