taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 22ccc6811cc68bb1d17fd9328d1039d109a49b21
parent 2208f7fab224b2ce4b5425f9b6ba392adbabd1df
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  3 Apr 2025 08:58:27 +0200

add meson

Diffstat:
Mpackaging/ng/distros/Dockerfile.debian-bookworm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/packaging/ng/distros/Dockerfile.debian-bookworm b/packaging/ng/distros/Dockerfile.debian-bookworm @@ -20,6 +20,7 @@ RUN apt-get -y install dbconfig-no-thanks RUN apt-get -y install devscripts equivs # For libeufin: RUN apt-get -y install python3-click python3-requests python3 +RUN apt-get -y install meson RUN apt-get -y install \ openjdk-17-jre-headless \