diff --git a/16.04/install.sh b/16.04/install.sh index f4bbc2a..5253b4a 100755 --- a/16.04/install.sh +++ b/16.04/install.sh @@ -53,7 +53,7 @@ function install_node_yarn { } function install_php { - apt-get install -y php7.2-bcmath php7.2-cli php7.2-curl php7.2-fpm php7.2-gd php7.2-mbstring php7.2-mysql php7.2-opcache php7.2-pgsql php7.2-readline php7.2-xml php7.2-zip php7.2-sqlite3 + apt-get install -y php7.2-bcmath php7.2-cli php7.2-sqlsrv php7.2-pdo_sqlsrv php7.2-curl php7.2-fpm php7.2-gd php7.2-mbstring php7.2-mysql php7.2-opcache php7.2-pgsql php7.2-readline php7.2-xml php7.2-zip php7.2-sqlite3 } function install_others {