From b1d66e83b6be230c62a25f357b84c8dba0b5b416 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 1 May 2020 20:33:56 +0200 Subject: [PATCH] update php7.3 extensions --- scripts/_common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f188a9ab..99a960d3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,8 +7,7 @@ # dependencies used by the app pkg_dependencies="postgresql redis-server imagemagick jpegoptim optipng pngquant supervisor" -extra_pkg_dependencies="php7.3-bcmath php7.3-ctype php7.3-curl php7.3-exif php7.3-gd php7.3-iconv php7.3-intl php7.3-json php7.3-mbstring php7.3-tokenizer php7.3-xml php7.3-zip php7.3-pgsql" -# php7.3-openssl +extra_pkg_dependencies="php7.3-bcmath php7.3-cli php7.3-ctype php7.3-curl php7.3-exif php7.3-gd php7.3-iconv php7.3-intl php7.3-json php7.3-mbstring php7.3-tokenizer php7.3-simplexml php7.3-xml php7.3-zip php7.3-pgsql php7.3-fileinfo php7.3-pdo" #================================================= # PERSONAL HELPERS