FIX: pdlib module, Face regontion
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user