add cldr extension
This commit is contained in:
parent
f694e35818
commit
f6c8d4e0e9
1 changed files with 11 additions and 0 deletions
|
@ -35,6 +35,10 @@ RUN git clone --depth 1 \
|
|||
https://gerrit.wikimedia.org/r/mediawiki/extensions/DismissableSiteNotice \
|
||||
/var/www/html/extensions/DismissableSiteNotice
|
||||
|
||||
RUN git clone --depth 1 \
|
||||
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/cldr \
|
||||
/var/www/html/extensions/cldr
|
||||
|
||||
RUN wget https://github.com/StarCitizenTools/mediawiki-skins-Citizen/archive/main.zip \
|
||||
&& unzip main.zip \
|
||||
&& mkdir -p /var/www/html/skins/Citizen \
|
||||
|
@ -53,4 +57,11 @@ RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93
|
|||
|
||||
COPY composer.local.json /var/www/html/composer.local.json
|
||||
|
||||
RUN cd /var/www/html/extensions/cldr \
|
||||
&& wget http://www.unicode.org/Public/cldr/latest/core.zip \
|
||||
&& unzip core.zip -d core \
|
||||
&& rm core.zip \
|
||||
&& php rebuild.php \
|
||||
&& cd -
|
||||
|
||||
RUN cd /var/www/html && composer update && cd -
|
||||
|
|
Loading…
Reference in a new issue