From 37fed05f490cb32f78775e7a33354cefcd92edfd Mon Sep 17 00:00:00 2001
From: Simon Schwitanski <simon.schwitanski@rwth-aachen.de>
Date: Tue, 21 Jan 2025 15:36:54 +0100
Subject: [PATCH] Disable mustrun patch

---
 Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index e143cb2..236f955 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -103,7 +103,6 @@ RUN wget https://hpc.rwth-aachen.de/must/files/MUST-v${MUST_VERSION}.tar.gz && \
     tar -xf MUST-v${MUST_VERSION}.tar.gz && mkdir -p MUST-v${MUST_VERSION}/build
 
 RUN cd MUST-v${MUST_VERSION} && \
-    patch utility/mustrun2.sh < /patches/mustrun-env.patch && \
     patch externals/typeart/scripts/typeart-wrapper.in < /patches/typeart-fpic.patch && \
     patch modules/MpiTypeArt/MpiTypeArt.cpp < /patches/typeart-output.patch && \
     cd build && \
-- 
GitLab