forked from hans/Nominatim
add lua requirements for vagrant scripts
This commit is contained in:
@@ -24,7 +24,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
|
||||
sudo apt install -y php-cgi
|
||||
sudo apt install -y build-essential cmake g++ libboost-dev libboost-system-dev \
|
||||
libboost-filesystem-dev libexpat1-dev zlib1g-dev\
|
||||
libbz2-dev libpq-dev \
|
||||
libbz2-dev libpq-dev liblua5.3-dev lua5.3\
|
||||
postgresql-10-postgis-2.4 \
|
||||
postgresql-contrib-10 postgresql-10-postgis-scripts \
|
||||
php-cli php-pgsql php-intl libicu-dev python3-pip \
|
||||
|
||||
@@ -23,7 +23,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
|
||||
sudo apt install -y php-cgi
|
||||
sudo apt install -y build-essential cmake g++ libboost-dev libboost-system-dev \
|
||||
libboost-filesystem-dev libexpat1-dev zlib1g-dev \
|
||||
libbz2-dev libpq-dev \
|
||||
libbz2-dev libpq-dev liblua5.3-dev lua5.3 \
|
||||
postgresql-12-postgis-3 \
|
||||
postgresql-contrib-12 postgresql-12-postgis-3-scripts \
|
||||
php-cli php-pgsql php-intl libicu-dev python3-dotenv \
|
||||
|
||||
@@ -23,7 +23,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
|
||||
sudo apt install -y php-cgi
|
||||
sudo apt install -y build-essential cmake g++ libboost-dev libboost-system-dev \
|
||||
libboost-filesystem-dev libexpat1-dev zlib1g-dev \
|
||||
libbz2-dev libpq-dev \
|
||||
libbz2-dev libpq-dev liblua5.3-dev lua5.3 \
|
||||
postgresql-server-dev-14 postgresql-14-postgis-3 \
|
||||
postgresql-contrib-14 postgresql-14-postgis-3-scripts \
|
||||
php-cli php-pgsql php-intl libicu-dev python3-dotenv \
|
||||
|
||||
Reference in New Issue
Block a user