FIX: ffmpeg,libreoffice,imagemagick install
This commit is contained in:
parent
95a90c8030
commit
70ebbf7d68
@ -61,7 +61,7 @@ RUN bash -c 'apt install -y php${PHPVERSION}-{gmp,exif} --no-install-recommends'
|
|||||||
RUN bash -c 'apt install -y php${PHPVERSION}-{apcu,memcached,redis} --no-install-recommends'
|
RUN bash -c 'apt install -y php${PHPVERSION}-{apcu,memcached,redis} --no-install-recommends'
|
||||||
|
|
||||||
#Installing optional PHP modules and tools for preview generation #Maybe add LibreOffice here
|
#Installing optional PHP modules and tools for preview generation #Maybe add LibreOffice here
|
||||||
RUN bash -c 'apt install -y php${PHPVERSION}-{imagick} imagick ffmpeg libreoffice --no-install-recommends'
|
RUN bash -c 'apt install -y php${PHPVERSION}-imagick imagemagick ffmpeg libreoffice --no-install-recommends'
|
||||||
|
|
||||||
#Installing Optional cli enhancement PHP Modules
|
#Installing Optional cli enhancement PHP Modules
|
||||||
RUN bash -c 'apt install -y php${PHPVERSION}-{pcntl} --no-install-recommends'
|
RUN bash -c 'apt install -y php${PHPVERSION}-{pcntl} --no-install-recommends'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user