add codemirror extension
This commit is contained in:
parent
6d772b6804
commit
69229692b4
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ RUN git clone --depth 1 \
|
|||
https://gitlab.com/hydrawiki/extensions/EmbedVideo.git \
|
||||
/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 \
|
||||
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Elastica \
|
||||
/var/www/html/extensions/Elastica
|
||||
|
|
Loading…
Reference in a new issue