exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 70e8815fe89fdea8bf75977b7dff2faeea71adbd
parent 31708511d239c711058516c34c37ed0ce3bda715
Author: Devan Carpenter <devan@taler.net>
Date:   Wed,  6 Sep 2023 21:19:46 -0400

ci: add docs dependencies to container environment

Diffstat:
Mci/Containerfile | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ci/Containerfile b/ci/Containerfile @@ -7,7 +7,6 @@ RUN apt-get update -yqq && \ autoconf \ autopoint \ curl \ - doxygen \ git \ jq \ libcurl4-gnutls-dev \ @@ -36,6 +35,11 @@ RUN apt-get install -yqq \ debhelper-compat \ devscripts +# Documentation dependencies +RUN apt-get install -yqq \ + doxygen \ + graphviz + # Install Taler (and friends) packages RUN curl -sS https://deb.taler.net/apt-nightly/taler-bookworm-ci.sources \ | tee /etc/apt/sources.list.d/taler-bookworm-ci.sources