mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-28 04:52:33 +02:00
No need to clean up test/bench files, we only grab what we need for final image
This commit is contained in:
parent
d48d93dc24
commit
da7028b3eb
@ -112,9 +112,6 @@ RUN ./configure LDFLAGS=-L/opt/db4/lib/ CPPFLAGS=-I/opt/db4/include/ \
|
||||
RUN make -j$(($(nproc) + 1)) check
|
||||
RUN make install
|
||||
|
||||
# Already taken advantage of before by `make check`. No need to have them installed, as they're very big (~500 MB).
|
||||
RUN rm ${BITCOIN_PREFIX}/bin/bench_bitcoin ${BITCOIN_PREFIX}/bin/test_bitcoin
|
||||
|
||||
# List installed libs, and binaries pre-strip
|
||||
RUN ls -lh ${BITCOIN_PREFIX}/bin/ ${BITCOIN_PREFIX}/lib/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user