FIX: MYSQL PHP MODULE INSTALL
This commit is contained in:
parent
1f962b173f
commit
bf3442dcc5
@ -50,7 +50,7 @@ RUN apt install php${PHPVERSION} -y --no-install-recommends \
|
|||||||
RUN bash -c 'apt install -y php${PHPVERSION}-{fpm,cli,bcmath,bz2,intl,common,ctype,curl,dom,gd,mbstring,posix,simplexml,xmlreader,xmlwriter,zip} --no-install-recommends'
|
RUN bash -c 'apt install -y php${PHPVERSION}-{fpm,cli,bcmath,bz2,intl,common,ctype,curl,dom,gd,mbstring,posix,simplexml,xmlreader,xmlwriter,zip} --no-install-recommends'
|
||||||
|
|
||||||
#Installing database connector PHP Modules
|
#Installing database connector PHP Modules
|
||||||
RUN bash -c 'apt install -y php${PHPVERSION}-pdo_mysql --no-install-recommends'
|
RUN bash -c 'apt install -y php${PHPVERSION}-mysql --no-install-recommends'
|
||||||
|
|
||||||
#Installing recommended PHP Modules
|
#Installing recommended PHP Modules
|
||||||
RUN bash -c 'apt install -y php${PHPVERSION}-{fileinfo,bz2,intl} --no-install-recommends'
|
RUN bash -c 'apt install -y php${PHPVERSION}-{fileinfo,bz2,intl} --no-install-recommends'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user