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

Add time and valgrind

parent 2751d50f
No related branches found
No related tags found
1 merge request!79Add time and valgrind
......@@ -47,6 +47,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
gv \
poppler-utils \
parallel \
time \
valgrind \
&& 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/g++ g++ /usr/bin/g++-10 100 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment