ruimarinho / docker-bitcoin-core

A bitcoin-core docker image
https://hub.docker.com/r/ruimarinho/bitcoin-core/
MIT License
365 stars 209 forks source link

0.19 Alpine: Install less build and runtime packages #94

Closed fanquake closed 4 years ago

fanquake commented 4 years ago

https://github.com/ruimarinho/docker-bitcoin-core/commit/203c717d9ec54f4c7b65e3848ddb36a98d169b98: Protobuf is not required if the GUI is not being built.

https://github.com/ruimarinho/docker-bitcoin-core/commit/ddfb172210e5bd0e2a2dbca1ad6bac7d1563e114: 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.

ruimarinho commented 4 years ago

Fantastic! Thank you @fanquake.