sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit c0f0badd0d6d13675be6054652bcd72a73092b92
parent f9b3bf8d6c43b4e1708d6f8322d39e144371050f
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun,  1 Jun 2025 17:12:14 +0200

-typo

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

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -41,7 +41,7 @@ RUN pip3 install --break-system-packages requests click poetry uwsgi htmlark RUN apt-get update -yqq && \ apt-get install -yqq \ graphviz \ - lconv \ + lcov \ doxygen \ && rm -rf /var/lib/apt/lists/*