setup-ubuntu.sh: add lua5.3, needed by luarocks

This commit is contained in:
Leonid Pliushch 2019-03-25 16:12:03 +02:00
parent e8083e25ef
commit 73c6e60c59
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ PACKAGES+=" gawk" # Needed by apr-util
PACKAGES+=" libssl-dev" # Needed to build Rust
PACKAGES+=" gnupg" # Needed to verify downloaded .debs
PACKAGES+=" jq" # Needed by bintray upload script.
PACKAGES+=" lua5.3" # Needed to build luarocks package.
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -yq --no-install-recommends $PACKAGES