From 7bb41f20f9c4b15c360e7df750a40d1ec87244b0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 27 Apr 2020 21:22:43 +0200 Subject: [PATCH] Adding missing php7.3-gd --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f644938f..f188a9ab 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +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-iconv php7.3-intl php7.3-json php7.3-mbstring php7.3-tokenizer php7.3-xml php7.3-zip php7.3-pgsql" +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 #=================================================