Fix php-imagemagik
This commit is contained in:
parent
44f11cee27
commit
5330168595
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user