Fix php-imagemagik

This commit is contained in:
Shihaam Abdul Rahman 2022-12-07 21:34:13 +05:00
parent 44f11cee27
commit 5330168595
Signed by: shihaam
GPG Key ID: 5641D129E0B55604

View File

@ -62,7 +62,7 @@ RUN apt install -y php${PHPVERSION}-{gmp,exif} --no-install-recommends
RUN apt install -y php${PHPVERSION}-{apcu,memcached,redis} --no-install-recommends
#Installing optional PHP modules and tools for preview generation #Maybe add LibreOffice here
RUN apt install -y php${PHPVERSION}-imagick imagemagick ffmpeg libreoffice --no-install-recommends
RUN apt install -y php${PHPVERSION}-imagick libmagickcore-6.q16-6-extra imagemagick ffmpeg libreoffice --no-install-recommends
#Installing Optional cli enhancement PHP Modules
#RUN apt install -y php${PHPVERSION}-pcntl --no-install-recommendsb