From d1180ff05743a46ed4ee7ad8a03fda7503787894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= Date: Wed, 24 Jul 2024 18:37:02 +0200 Subject: [PATCH] fix: Add image to built image --- tiger/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiger/ubuntu/Dockerfile b/tiger/ubuntu/Dockerfile index 4e17ab2..5d001ec 100644 --- a/tiger/ubuntu/Dockerfile +++ b/tiger/ubuntu/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 graphviz g++-multilib python-is-python3 valgrind \ + && apt install -y build-essential git graphviz g++-multilib llvm 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.