fix dockerfile
Some checks failed
Docker Build / Build and Push Images (push) Failing after 9s

This commit is contained in:
Seaswimmer 2024-07-30 14:59:20 -04:00
parent 5b7562f244
commit ab656edb06
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -1,10 +1,10 @@
FROM mediawiki:1.42.1
RUN git clone --depth 1 -b $MEDIAWIKI_BRANCH \
RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/TemplateData \
/var/www/html/extensions/TemplateData
RUN git clone --depth 1 -b $MEDIAWIKI_BRANCH \
RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/MobileFrontend \
/var/www/html/extensions/MobileFrontend
@ -12,14 +12,14 @@ RUN git clone --depth 1 \
https://gitlab.com/hydrawiki/extensions/EmbedVideo.git \
/var/www/html/extensions/EmbedVideo
RUN git clone --depth 1 -b $MEDIAWIKI_BRANCH \
RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Elastica \
/var/www/html/extensions/Elastica
RUN git clone --depth 1 -b $MEDIAWIKI_BRANCH \
RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/CirrusSearch \
/var/www/html/extensions/CirrusSearch
RUN git clone --depth 1 -b $MEDIAWIKI_BRANCH \
RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/ConfirmEdit \
/var/www/html/extensions/ConfirmEdit