FIX: REDIS MYSQL MODULE INSTALL, TYPO REDIT

This commit is contained in:
Shihaam Abdul Rahman 2022-10-07 16:43:08 +05:00
parent bf3442dcc5
commit 95a90c8030
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -58,12 +58,10 @@ RUN bash -c 'apt install -y php${PHPVERSION}-{fileinfo,bz2,intl} --no-install-re
#Installing Optional Specific app PHP Modules
RUN bash -c 'apt install -y php${PHPVERSION}-{gmp,exif} --no-install-recommends'
#Installing Optional server performance enhancement PHP Modules
RUN bash -c 'apt install -y php${PHPVERSION}-{apcu,memcached,redit} --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
RUN bash -c 'apt install -y php${PHPVERSION}-{imagick} imagick ffmpeg libreoffice --no-install-recommends'
#Installing Optional server performance enhancement PHP Modules
RUN bash -c 'apt install -y php${PHPVERSION}-{apcu,memcached,redis} --no-install-recommends'
#Installing Optional cli enhancement PHP Modules
RUN bash -c 'apt install -y php${PHPVERSION}-{pcntl} --no-install-recommends'