From 612b6c06070ed4910171ff11d76a067c04a2b184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= <43724816+Aurelien30000@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:32:50 +0200 Subject: [PATCH] feat: Add valgrind 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 3ec260d6e..553d3b11e 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 \ + && apt install -y build-essential git 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.