Install less runtime Boost packages

Even though boost-dev is still required for building, (due to a issue
I'm pretty sure we've fixed for 0.20), you can get away with just
installing the needed libraries for runtime. Boost Program Options is
also no-longer required.
This commit is contained in:
fanquake 2020-05-06 15:00:03 +08:00
parent 203c717d9e
commit ddfb172210
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -95,8 +95,10 @@ LABEL maintainer.0="João Fonseca (@joaopaulofonseca)" \
RUN adduser -S bitcoin RUN adduser -S bitcoin
RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories
RUN apk --no-cache add \ RUN apk --no-cache add \
boost \ boost-chrono \
boost-program_options \ boost-filesystem \
boost-system \
boost-thread \
libevent \ libevent \
libressl \ libressl \
libzmq \ libzmq \