From b8238b10533cf2dbfc7d2086522823c7a464da2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= <43724816+Aurelien30000@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:22:11 +0200 Subject: [PATCH] feat: Add graphviz to ubuntu-tiger --- storage/ubuntu-tiger/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/ubuntu-tiger/Dockerfile b/storage/ubuntu-tiger/Dockerfile index 553d3b11e..1c03bd528 100644 --- a/storage/ubuntu-tiger/Dockerfile +++ b/storage/ubuntu-tiger/Dockerfile @@ -4,7 +4,7 @@ LABEL author="Aurélien Delval-Carbonne" maintainer="aurelien.delval-carbo # General Dependencies. RUN apt update -y \ - && apt install -y build-essential git g++-multilib python-is-python3 valgrind \ + && apt install -y build-essential git graphviz g++-multilib python-is-python3 valgrind \ && apt install -y autoconf autoconf-archive automake bison clang clang-format doxygen flex gawk ghc libboost-dev libboost-graph-dev libboost-program-options-dev libboost-system-dev libreadline-dev libtool texinfo xsltproc # ARM compilation & virtual machine.