client: add bitcoin plugin, update custom build deps

Adds bitcoin building plugin and finance image build dependencies.

See the code documentation in this commit for details.
This commit is contained in:
2025-11-07 15:43:59 -08:00
parent 2ba5777773
commit d130d078ca
2 changed files with 353 additions and 0 deletions

View File

@@ -54,6 +54,18 @@ RUN pacman -Syu --noconfirm
#WORKDIR /home/@DOCKER_FINANCE_USER@
#RUN pipx install xlsx2csv
##
## Plugins (dependencies)
##
## libbitcoinkernel (bitcoin)
#RUN pacman -Syu \
# boost \
# capnproto \
# cmake \
# db \
# --noconfirm --disable-download-timeout
## Add yours below, as needed