Install nuke extension, since it's not included with MediaWiki 1.31
This commit is contained in:
parent
2da5e9837d
commit
b8c8bc331e
@ -31,9 +31,12 @@ RUN chown -R www-data:www-data $SOURCE_ROOT
|
|||||||
ADD scripts scripts
|
ADD scripts scripts
|
||||||
|
|
||||||
# Install additional extensions
|
# 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 && \
|
RUN /scripts/add_extension.sh FlaggedRevs $MW_VERSION && \
|
||||||
/scripts/add_extension.sh CheckUser $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 our stuff
|
||||||
ADD --chown=www-data:www-data application application
|
ADD --chown=www-data:www-data application application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user