gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 02/07: ci: add docs dependencies to container environme


From: gnunet
Subject: [taler-exchange] 02/07: ci: add docs dependencies to container environment
Date: Sat, 09 Sep 2023 05:03:24 +0200

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository exchange.

commit 70e8815fe89fdea8bf75977b7dff2faeea71adbd
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Sep 6 21:19:46 2023 -0400

    ci: add docs dependencies to container environment
---
 ci/Containerfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ci/Containerfile b/ci/Containerfile
index 3cc99cb7..720d2885 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]