Compare commits
2 commits
6d772b6804
...
275229e69b
Author | SHA1 | Date | |
---|---|---|---|
275229e69b | |||
69229692b4 |
2 changed files with 21 additions and 0 deletions
|
@ -8,6 +8,10 @@ RUN git clone --depth 1 \
|
||||||
https://gitlab.com/hydrawiki/extensions/EmbedVideo.git \
|
https://gitlab.com/hydrawiki/extensions/EmbedVideo.git \
|
||||||
/var/www/html/extensions/EmbedVideo
|
/var/www/html/extensions/EmbedVideo
|
||||||
|
|
||||||
|
RUN git clone --depth 1 \
|
||||||
|
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror \
|
||||||
|
/var/www/html/extensions/CodeMirror
|
||||||
|
|
||||||
RUN git clone --depth 1 \
|
RUN git clone --depth 1 \
|
||||||
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Elastica \
|
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Elastica \
|
||||||
/var/www/html/extensions/Elastica
|
/var/www/html/extensions/Elastica
|
||||||
|
@ -20,6 +24,14 @@ RUN git clone --depth 1 \
|
||||||
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/AdvancedSearch \
|
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/AdvancedSearch \
|
||||||
/var/www/html/extensions/AdvancedSearch
|
/var/www/html/extensions/AdvancedSearch
|
||||||
|
|
||||||
|
RUN git clone --depth 1 \
|
||||||
|
https://github.com/edwardspec/mediawiki-aws-s3.git \
|
||||||
|
/var/www/html/extensions/AWS
|
||||||
|
|
||||||
|
ADD composer.local.json /var/www/html/composer.local.json
|
||||||
|
|
||||||
|
RUN cd /var/www/html && composer update && cd -
|
||||||
|
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install -y unzip wget
|
&& apt install -y unzip wget
|
||||||
|
|
||||||
|
|
9
mediawiki/composer.local.json
Normal file
9
mediawiki/composer.local.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"extra": {
|
||||||
|
"merge-plugin": {
|
||||||
|
"include": [
|
||||||
|
"extensions/AWS/composer.json"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue