diff --git a/Dockerfile b/Dockerfile index e143cb2536ebc1126c97dc4e1ec41c3d34ecf665..236f95566aa693acdadca54121f2830dbac4cb55 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 && \