FIX: pdlib module, Face regontion

This commit is contained in:
2022-11-04 14:06:35 +05:00
parent 856b9fed53
commit 84a88ba7bb
5 changed files with 40 additions and 2 deletions

View File

@ -68,7 +68,11 @@ RUN bash -c 'apt install -y php${PHPVERSION}-imagick imagemagick ffmpeg libreoff
#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'
#RUN bash -c 'apt install -y php-pdlib --no-install-recommends'
RUN apt install libdlib-dev -y \
&& apt auto-remove -y \
&& apt clean -y
# Delete default stuff
RUN rm -rv /var/www/html/index.nginx-debian.html \