mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-28 13:02:33 +02:00
strip the new binary too
This commit is contained in:
parent
7ea8edb72a
commit
219275a50c
@ -3,6 +3,7 @@ FROM partial-bitcoind-amd64
|
||||
RUN make check
|
||||
RUN make install
|
||||
|
||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-wallet
|
||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-cli
|
||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-tx
|
||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoind
|
||||
|
@ -3,6 +3,7 @@ FROM partial-bitcoind-arm
|
||||
RUN make check
|
||||
RUN make install
|
||||
|
||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-wallet
|
||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-cli
|
||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-tx
|
||||
RUN strip ${BITCOIN_PREFIX}/bin/bitcoind
|
||||
|
Loading…
Reference in New Issue
Block a user