Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
feat: Add valgrind to ubuntu-tiger
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien30000 authored Jun 7, 2024
1 parent 1740173 commit 612b6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/ubuntu-tiger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 612b6c0

Please sign in to comment.