NEW MODULE: pdlib
This commit is contained in:
parent
e43a18df11
commit
856b9fed53
@ -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/ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user