add Popups extension

This commit is contained in:
Seaswimmer 2024-08-01 13:50:16 -04:00
parent 74ccc2b265
commit 547bdb93f2
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -59,6 +59,10 @@ RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify \
/var/www/html/extensions/LoginNotify
RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups \
/var/www/html/extensions/Popups
RUN wget https://github.com/StarCitizenTools/mediawiki-skins-Citizen/archive/main.zip \
&& unzip main.zip \
&& mkdir -p /var/www/html/skins/Citizen \