File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 565565wfLoadExtension( 'Capiunto' );
566566wfLoadExtension( 'VariablesLua' );
567567
568+ # Set lua binaries to apt installed Lua5.1
569+ $wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua';
570+ 
568571
569572########### Flow (AFTER SMW!!!) ###############
570573# https://www.mediawiki.org/wiki/Extension:Flow
Original file line number Diff line number Diff line change @@ -246,6 +246,8 @@ RUN set -x; \
246246# ### Scribunto / Lua ####
247247RUN  set -x; \
248248    cd $MW_HOME/extensions \
249+     #  install lua from distro to support all platforms
250+     && apt-get update &&  apt-get install -y --no-install-recommends lua5.1 \
249251    && git clone --depth 1 https://github.com/Liquipedia/VariablesLua.git \
250252    && git clone --depth 1 -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-Capiunto.git Capiunto
251253
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments