don't remove boost libs after build
This commit is contained in:
parent
7a6a638b28
commit
5074273936
|
@ -28,8 +28,6 @@ RUN cd /usr/local/src/bitcoin && \
|
||||||
RUN apt-get remove -y \
|
RUN apt-get remove -y \
|
||||||
build-essential libtool autotools-dev automake pkg-config libssl-dev \
|
build-essential libtool autotools-dev automake pkg-config libssl-dev \
|
||||||
libevent-dev bsdmainutils libzmq3-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 && \
|
libminiupnpc-dev git && \
|
||||||
apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue