merchant

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

commit 3484297cc2f9ec1672738cbe9830e1c03f35f02c
parent 07600800675faa5192fd0384a6811514f6c826ae
Author: Devan Carpenter <devan@taler.net>
Date:   Tue, 11 Jun 2024 18:14:34 -0400

ci: add postgresql package to container

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

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -14,6 +14,7 @@ RUN apt-get update -yqq && \ libtool \ recutils \ make \ + postgresql \ python3-pip \ python3-sphinx \ python3-sphinx-rtd-theme \