Skip to content

Commit

Permalink
Add TemplateSandbox extension
Browse files Browse the repository at this point in the history
Fixes #240
  • Loading branch information
yaronkoren authored Sep 7, 2023
1 parent 30219ac commit 5ff50f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,10 @@ RUN set -x; \
&& git clone https://github.com/ProfessionalWiki/SubPageList $MW_HOME/extensions/SubPageList \
&& cd $MW_HOME/extensions/SubPageList \
&& git checkout -q c016dcdb7866f20319731e6497b48fd43756505e \
# TemplateSandbox
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-TemplateSandbox $MW_HOME/extensions/TemplateSandbox \
&& cd $MW_HOME/extensions/TemplateSandbox \
&& git checkout -q 8af94cedc41cbe6c54614714ced6ce4128555ce4 \
# TemplateStyles
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-TemplateStyles $MW_HOME/extensions/TemplateStyles \
&& cd $MW_HOME/extensions/TemplateStyles \
Expand Down

0 comments on commit 5ff50f3

Please sign in to comment.