Skip to content
Snippets Groups Projects
Commit e8c89249 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Add time and valgrind

parent 2751d50f
Branches
Tags
1 merge request!79Add time and valgrind
...@@ -47,6 +47,8 @@ RUN --mount=type=cache,target=/var/cache/apt \ ...@@ -47,6 +47,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
gv \ gv \
poppler-utils \ poppler-utils \
parallel \ parallel \
time \
valgrind \
&& localedef -i en_US -f UTF-8 en_US.UTF-8 \ && localedef -i en_US -f UTF-8 en_US.UTF-8 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 \ && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100 \ && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment