pidgin/builders

Add zip and graphviz for building the docs
release-2.x.y
12 months ago, Gary Kramlich
2735f1aa4e2b
Parents 4efe191f6ea2
Children
Add zip and graphviz for building the docs

Also explicitly install graphviz
--- a/Dockerfile.debian-bookworm-amd64 Wed Sep 29 01:37:12 2021 -0500
+++ b/Dockerfile.debian-bookworm-amd64 Thu Jun 15 22:00:50 2023 -0500
@@ -10,7 +10,7 @@
RUN set -ex && \
apt-get update && \
apt-get install -y \
- mercurial automake autoconf libtool gtk-doc-tools curl ca-certificates meson && \
+ mercurial automake autoconf libtool gtk-doc-tools curl ca-certificates meson zip graphviz doxygen && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*