From 21bf49dfc387d697a5e18e0c7eed8fa431c8a764 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Thu, 31 Oct 2024 10:38:42 +0100 Subject: [PATCH] Fix && --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eaa813a4..8ce3428f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -917,7 +917,7 @@ RUN set -x; \ # WikiTeq removes/fixes the extensions with issues in Canasta docker image, remove it if fixed in Canasta RUN set -x; \ # SimpleMathJax add Fix path to ext.SimpleMathJax.js in ResourceModules \ - && rm -fr $MW_HOME/extensions/SimpleMathJax \ + rm -fr $MW_HOME/extensions/SimpleMathJax \ && git clone --single-branch -b master https://github.com/WikiTeq/SimpleMathJax.git $MW_HOME/extensions/SimpleMathJax \ && cd $MW_HOME/extensions/SimpleMathJax \ && git checkout -q 1ef413553dca4143294842fac99b56425d815396 \