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