diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index a11d4ce7f..672a1657f 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -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