Add lua dependencies for mtmp

develop
Brice Copy 2019-02-06 18:44:05 +01:00 committed by GitHub
parent 114dea9bb1
commit bb77e1f916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,11 @@ echo " ***** Modify the /etc/sysconfig/docker *****" >> ~/openstack-userdata-d
yum -y update
yum install -y yum-utils
yum-config-manager --enable cernonly
yum -y install docker-io minetest minetestmapper zenity openssh-server openssl xauth vim unzip wget git java-1.8.0-oracle-devel.x86_64 groovy.noarch make binutils rpm-build gcc gcc-c++ dh-autoreconf
yum -y install docker-io minetest minetestmapper lua lua-devel luarocks zziplib-dev zenity openssh-server openssl xauth vim unzip wget git java-1.8.0-oracle-devel.x86_64 groovy.noarch make binutils rpm-build gcc gcc-c++ dh-autoreconf
luarocks install luazip
luarocks install luafilesystem
luarocks install luajson
service docker start