Skip to content

Commit

Permalink
Fix &&
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWTQ committed Oct 31, 2024
1 parent 2f9d43c commit 21bf49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 21bf49d

Please sign in to comment.