exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 420611b14f4bc771cab39e6877939b70e4e46625
parent 3be1a278218dd7fa6239cafd7099f754fe256936
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 18 Mar 2024 23:35:41 +0100

add libjson-c-dev to tests for CI/CD

Diffstat:
Mcontrib/ci/Containerfile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -26,6 +26,8 @@ RUN apt-get update -yqq && \ recutils \ texinfo \ zlib1g-dev \ + # For mustach testing (optional) \ + libjson-c-dev \ # Debian packaging tools \ po-debconf \ build-essential \