From da7028b3eb5748e692c22cdd71258c227fec1dec Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 9 Dec 2019 18:52:10 +0700 Subject: [PATCH] No need to clean up test/bench files, we only grab what we need for final image --- 0.19/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/0.19/Dockerfile b/0.19/Dockerfile index 62a8d0e..06ddac5 100644 --- a/0.19/Dockerfile +++ b/0.19/Dockerfile @@ -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/