merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 4c1ed87d9cfbe939252b6ba791c9bc2b06526255
parent 75f41a6bf10039d341f3a54c1a5dbf3ed4ca7e5a
Author: Devan Carpenter <devan@taler.net>
Date:   Mon, 15 Jan 2024 15:28:15 -0500

ci: install taler-wallet-cli in image

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

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -63,6 +63,7 @@ RUN cat /etc/apt/preferences.d/taler && \ taler-exchange-database \ taler-exchange-offline \ taler-auditor \ + taler-wallet-cli \ && rm -rf /var/lib/apt/lists/* RUN apt-get update -yqq && \