Skip to content
Snippets Groups Projects
Commit 746acde9 authored by Kyle's avatar Kyle
Browse files

added valgrind to the docker script

parent 2e9ecdc2
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ RUN apt-get update -y && \
python3-pip \
valgrind \
gdb &&\
valgrind &&\
apt-get autoclean
RUN pip3 install xarray
......
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