challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 48a86c977960fb53d335819222ce671a2d799166
parent 30f246e328d8e6d8905f450147bfd84888c5e2bc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  4 Jul 2024 20:02:14 +0200

-try to fix CI

Diffstat:
Mcontrib/ci/Containerfile | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -24,7 +24,12 @@ RUN apt-get update -yqq && \ libsodium-dev \ libidn11-dev \ zlib1g-dev \ - libunistring-dev + libunistring-dev\ + # Test suite dependencies \ + jq \ + postgresql \ + sudo \ + wget # Debian packaging tools RUN apt-get install -yqq \