install CheckUser from a local copy of a snapshot obtained from https://www.mediawiki.org/wiki/Special:ExtensionDistributor?extdistname=CheckUser&extdistversion=REL1_42
All checks were successful
Docker Build / Build and Push Images (push) Successful in 43s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 43s
insert rant about how fucking stupid mediawiki's extension distribution system is here
This commit is contained in:
parent
4d49c52327
commit
a705aa9ebe
2 changed files with 5 additions and 5 deletions
BIN
mediawiki/CheckUser.tar.gz
Normal file
BIN
mediawiki/CheckUser.tar.gz
Normal file
Binary file not shown.
|
@ -67,11 +67,11 @@ RUN wget https://github.com/StarCitizenWiki/mediawiki-extensions-EmbedVideo/arch
|
|||
&& mv mediawiki-extensions-EmbedVideo-3.4.2/* /var/www/html/extensions/EmbedVideo \
|
||||
&& rm v3.4.2.tar.gz
|
||||
|
||||
RUN wget https://www.mediawiki.org/wiki/Special:ExtensionDistributor/CheckUser \
|
||||
&& tar -xvf CheckUser \
|
||||
&& mkdir -p /var/www/html/extensions/CheckUser \
|
||||
&& mv CheckUser/* /var/www/html/extensions/CheckUser \
|
||||
&& rm CheckUser
|
||||
COPY CheckUser.tar.gz .
|
||||
|
||||
RUN tar -xvf CheckUser.tar.gz \
|
||||
&& mv CheckUser /var/www/html/extensions/CheckUser \
|
||||
&& rm CheckUser.tar.gz
|
||||
|
||||
# Install composer (AWS S3 extension)
|
||||
RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet \
|
||||
|
|
Loading…
Reference in a new issue