mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-28 04:52:33 +02:00
remove -j1
This commit is contained in:
parent
5818a7f58d
commit
5363a0c247
@ -18,7 +18,7 @@ RUN mkdir -p ${BERKELEYDB_PREFIX}
|
||||
WORKDIR /${BERKELEYDB_VERSION}/build_unix
|
||||
|
||||
RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX}
|
||||
RUN make -j1
|
||||
RUN make
|
||||
RUN make install
|
||||
RUN rm -rf ${BERKELEYDB_PREFIX}/docs
|
||||
|
||||
@ -77,7 +77,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl
|
||||
--with-utils \
|
||||
--with-libs \
|
||||
--with-daemon
|
||||
RUN make -j1
|
||||
RUN make
|
||||
RUN make install
|
||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-cli
|
||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-tx
|
Loading…
Reference in New Issue
Block a user