From b40fc7aaf202f8c94745b9c29d1e33e01e9f2396 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 21 Apr 2020 02:00:48 +0200 Subject: [PATCH] updating dependencies --- scripts/_common.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f23861e7..59d849ba 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,9 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="postgresql redis-server \ -libfreetype6 libjpeg62-turbo libpng16-16 libxpm4 libvpx4|libvpx5 libmagickwand-6.q16-3|libmagickwand-6.q16-6 libwebp6 \ -pngquant jpegoptim gifsicle" +pkg_dependencies="postgresql redis-server imagemagick jpegoptim optipng pngquant" extra_pkg_dependencies="php7.3-bcmath php7.3-ctype php7.3-curl php7.3-exif php7.3-iconv php7.3-intl php7.3-json php7.3-mbstring php7.3-openssl php7.3-tokenizer php7.3-xml php7.3-zip php7.3-pgsql"