Install nuke extension, since it's not included with MediaWiki 1.31

This commit is contained in:
Adrian Malacoda 2018-08-12 02:54:33 -05:00
parent 2da5e9837d
commit b8c8bc331e

View File

@ -31,9 +31,12 @@ RUN chown -R www-data:www-data $SOURCE_ROOT
ADD scripts scripts
# Install additional extensions
# 12 August 2018: Nuke extension is not bundled with MediaWiki 1.31 by mistake.
# It will be added back in the next release.
RUN /scripts/add_extension.sh FlaggedRevs $MW_VERSION && \
/scripts/add_extension.sh CheckUser $MW_VERSION && \
/scripts/add_extension.sh Contributors $MW_VERSION
/scripts/add_extension.sh Contributors $MW_VERSION && \
/scripts/add_extension.sh Nuke $MW_VERSION
# Add our stuff
ADD --chown=www-data:www-data application application