From 321a789b539cc039e38d73d0fb2675a47d1e9401 Mon Sep 17 00:00:00 2001 From: Bryan BRANCOTTE <bryan.brancotte@pasteur.fr> Date: Fri, 17 Jun 2022 12:31:39 +0200 Subject: [PATCH] add graphviz for docs --- ippisite/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ippisite/Dockerfile b/ippisite/Dockerfile index 84a8e92b..f241bb44 100644 --- a/ippisite/Dockerfile +++ b/ippisite/Dockerfile @@ -16,6 +16,7 @@ RUN addgroup --gid 1000 kiwi \ gettext \ python3-dev \ python3-openbabel \ + graphviz \ graphviz-dev \ && rm -rf /var/lib/apt/lists/* \ && python -m pip install --upgrade pip setuptools \ -- GitLab