From 746acde9a3b2f12293315852b9c595cd1393139b Mon Sep 17 00:00:00 2001
From: Kyle <kyle.c.klenk@gmail.com>
Date: Mon, 3 Oct 2022 18:50:35 +0000
Subject: [PATCH] added valgrind to the docker script

---
 utils/containers/sundials/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/containers/sundials/Dockerfile b/utils/containers/sundials/Dockerfile
index 2e236c9..03b5d5e 100644
--- a/utils/containers/sundials/Dockerfile
+++ b/utils/containers/sundials/Dockerfile
@@ -20,6 +20,7 @@ RUN apt-get update -y && \
     python3-pip \
     valgrind \
     gdb &&\
+    valgrind &&\
     apt-get autoclean
 
 RUN pip3 install xarray
-- 
GitLab