diff --git a/Dockerfile b/Dockerfile index 76aa153..66da456 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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