client: Dockerfiles: local: root: use evergreencrypto/root image

- Provides C++20 support and a slimmer package (~18% smaller)
- Required for issue #23 (bitcoin-core lib support)
This commit is contained in:
2025-11-06 12:10:35 -08:00
parent 7b67bcf115
commit 78ee492c46

View File

@@ -1,6 +1,6 @@
# docker-finance | modern accounting for the power-user # docker-finance | modern accounting for the power-user
# #
# Copyright (C) 2021-2024 Aaron Fiore (Founder, Evergreen Crypto LLC) # Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -22,9 +22,12 @@
USER root USER root
# ROOT.cern # ROOT.cern
RUN pacman -Syu \ # https://hub.docker.com/r/evergreencrypto/root
root \ COPY --from=evergreencrypto/root:archlinux /home/builder/root/root-6.36.04-6-x86_64.pkg.tar.zst /usr/local/src/
--noconfirm --disable-download-timeout
WORKDIR /usr/local/src
RUN pacman -Syu --noconfirm --disable-download-timeout
RUN pacman -U root-6.36.04-6-x86_64.pkg.tar.zst --noconfirm --disable-download-timeout
# docker-finance # docker-finance
RUN pacman -Syu \ RUN pacman -Syu \