@@ -69,9 +69,6 @@ rm -rf WikibaseLocalMedia/.git
69
69
RUN git clone https://github.com/ProfessionalWiki/WikibaseExport.git WikibaseExport &&\
70
70
rm -rf WikibaseExport/.git
71
71
72
- RUN git clone https://github.com/ciencia/mediawiki-extensions-TwitterWidget.git TwitterWidget &&\
73
- rm -rf TwitterWidget/.git
74
-
75
72
RUN git clone https://github.com/MaRDI4NFDI/MatomoAnalytics.git MatomoAnalytics &&\
76
73
rm -rf MatomoAnalytics/.git
77
74
@@ -81,12 +78,13 @@ rm -rf ExternalContent/.git
81
78
RUN git clone https://github.com/SemanticMediaWiki/SemanticDrilldown.git SemanticDrilldown &&\
82
79
rm -rf SemanticDrilldown/.git
83
80
84
- RUN git clone https://github.com/octfx/mediawiki-extension-Plausible.git Plausible &&\
85
- rm -rf Plausible/.git
86
-
87
81
RUN git clone https://github.com/wikimedia/mediawiki -b ${WMF_BRANCH} &&\
88
82
rm -rf mediawiki/.git
89
83
84
+ # Clone Vector Skin (not included in the mediawiki repository)
85
+ RUN git clone https://github.com/wikimedia/mediawiki-skins-Vector -b ${WMF_BRANCH} Vector &&\
86
+ rm -rf Vector/.git
87
+
90
88
91
89
# ###############
92
90
# Collector #
@@ -120,10 +118,8 @@ COPY --from=fetcher /TemplateStyles /var/www/html/extensions/TemplateStyles
120
118
COPY --from=fetcher /JsonConfig /var/www/html/extensions/JsonConfig
121
119
COPY --from=fetcher /Lockdown /var/www/html/extensions/Lockdown
122
120
COPY --from=fetcher /Nuke /var/www/html/extensions/Nuke
123
- COPY --from=fetcher /TwitterWidget /var/www/html/extensions/TwitterWidget
124
121
COPY --from=fetcher /YouTube /var/www/html/extensions/YouTube
125
122
COPY --from=fetcher /ExternalContent /var/www/html/extensions/ExternalContent
126
- COPY --from=fetcher /Plausible /var/www/html/extensions/Plausible
127
123
# COPY --from=fetcher /Shibboleth /var/www/html/extensions/Shibboleth
128
124
COPY --from=fetcher /PluggableAuth /var/www/html/extensions/PluggableAuth
129
125
COPY --from=fetcher /OpenIDConnect /var/www/html/extensions/OpenIDConnect
@@ -145,9 +141,12 @@ COPY --from=fetcher /DataTransfer /var/www/html/extensions/DataTransfer
145
141
# wiki.physikerwelt.de
146
142
COPY --from=fetcher /SemanticDrilldown /var/www/html/extensions/SemanticDrilldown
147
143
144
+ # collect Vector Skin
145
+ COPY --from=fetcher /Vector /var/www/html/skins/Vector
146
+
148
147
149
148
# ###############
150
- # Composer #
149
+ # Composer #
151
150
# ###############
152
151
FROM composer as composer
153
152
COPY --from=collector /var/www/html /var/www/html
0 commit comments