NEW MODULE: pdlib

This commit is contained in:
Shihaam Abdul Rahman 2022-10-08 16:23:31 +05:00
parent e43a18df11
commit 856b9fed53
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -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/ \