mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-06-02 15:32:29 +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
|
WORKDIR /${BERKELEYDB_VERSION}/build_unix
|
||||||
|
|
||||||
RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX}
|
RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX}
|
||||||
RUN make -j1
|
RUN make
|
||||||
RUN make install
|
RUN make install
|
||||||
RUN rm -rf ${BERKELEYDB_PREFIX}/docs
|
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-utils \
|
||||||
--with-libs \
|
--with-libs \
|
||||||
--with-daemon
|
--with-daemon
|
||||||
RUN make -j1
|
RUN make
|
||||||
RUN make install
|
RUN make install
|
||||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-cli
|
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-cli
|
||||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-tx
|
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-tx
|
Loading…
Reference in New Issue
Block a user