sync

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

commit f9b3bf8d6c43b4e1708d6f8322d39e144371050f
parent 83a2ae9850b2550f0da7fe5c416e4b005d6ac509
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun,  1 Jun 2025 17:06:54 +0200

CI: Add lconv dep

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

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