From 856b9fed53146ee75a5aded593045ff6f2afaea9 Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Sat, 8 Oct 2022 16:23:31 +0500 Subject: [PATCH] NEW MODULE: pdlib --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6056eac..eb9be8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,6 +67,9 @@ RUN bash -c 'apt install -y php${PHPVERSION}-imagick imagemagick ffmpeg libreoff #Installing Optional cli enhancement PHP Modules #RUN bash -c 'apt install -y php${PHPVERSION}-pcntl --no-install-recommends' +#Installing Optional PHP module requried for face recogniton +RUN bash -c 'apt install -y php${PHPVERSION}-pdlib --no-install-recommends' + # Delete default stuff RUN rm -rv /var/www/html/index.nginx-debian.html \ /etc/php/ \