We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3586c7 commit 1c57f1dCopy full SHA for 1c57f1d
mediawiki/build/Dockerfile
@@ -48,7 +48,6 @@ RUN set -x; \
48
nano \
49
curl \
50
jq \
51
- lua5.1 \
52
&& update-alternatives --set php /usr/bin/php$PHP_VERSION \
53
&& sed -i "$ s|\-n||g" /usr/bin/pecl \
54
&& pear install mail net_smtp \
@@ -247,6 +246,8 @@ RUN set -x; \
247
246
#### Scribunto / Lua ####
248
RUN set -x; \
249
cd $MW_HOME/extensions \
+ # install lua from distro to support all platforms
250
+ && apt-get update && apt-get install -y --no-install-recommends lua5.1 \
251
&& git clone --depth 1 https://github.com/Liquipedia/VariablesLua.git \
252
&& git clone --depth 1 -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-Capiunto.git Capiunto
253
0 commit comments