Skip to content

Commit

Permalink
chore: add extention
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Sep 30, 2024
1 parent b1dcb89 commit b818d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ RUN set -eux; \
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CheckUser --branch REL1_42; \
cd CheckUser; git submodule update --init; cd /var/www/html/extensions; \
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles --branch REL1_42; \
cd TemplateStyles; git submodule update --init; cd /var/www/html/extensions;
cd TemplateStyles; git submodule update --init; cd /var/www/html/extensions; \
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AutoCreateCategoryPages --branch REL1_42; \
cd AutoCreateCategoryPages; git submodule update --init; cd /var/www/html/extensions;

# RUN cd /var/www/html/extensions; \
# git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SwiftMailer --branch REL1_41; \
Expand Down

0 comments on commit b818d67

Please sign in to comment.