Skip to content

Commit

Permalink
MN-93 Add Extension:JsonConfig, a dependency of Extension:Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
labster committed Sep 26, 2024
1 parent b747555 commit 787897a
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 @@ -324,6 +324,10 @@ RUN set -x; \
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-HTMLTags $MW_HOME/extensions/HTMLTags \
&& cd $MW_HOME/extensions/HTMLTags \
&& git checkout -q b8cb3131c5e76f5c037c8474fe14e51f2e877f03 \
# JsonConfig (required for Graph)
&& git clone --single-branch -b REL1_39 https://github.com/wikimedia/mediawiki-extensions-JsonConfig.git $MW_HOME/extensions/JsonConfig \
&& cd $MW_HOME/extensions/JsonConfig \
&& git checkout -q 62a7c8ad741152e5719408aae969944591b600cf \
# LabeledSectionTransclusion
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-LabeledSectionTransclusion $MW_HOME/extensions/LabeledSectionTransclusion \
&& cd $MW_HOME/extensions/LabeledSectionTransclusion \
Expand Down

0 comments on commit 787897a

Please sign in to comment.