don't remove boost libs after build

This commit is contained in:
Jeffrey Paul 2016-04-11 17:03:55 +02:00
parent 7a6a638b28
commit 5074273936
Signed by: sneak
GPG Key ID: 052443F4DF2A55C2
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ RUN cd /usr/local/src/bitcoin && \
RUN apt-get remove -y \
build-essential libtool autotools-dev automake pkg-config libssl-dev \
libevent-dev bsdmainutils libzmq3-dev \
libboost-system-dev libboost-filesystem-dev libboost-chrono-dev \
libboost-program-options-dev libboost-test-dev libboost-thread-dev \
libminiupnpc-dev git && \
apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*