add mysql to php7.2

This commit is contained in:
2020-05-08 08:34:34 -04:00
parent 35e73d26c7
commit 976e320ae7
3 changed files with 10 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ ENV TERM=xterm
RUN apt-get update && apt-get install -y \
curl nano sed libwww-perl htop ca-certificates \
php7.0 php-cli php-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \
php-pgsql php-redis php-soap \
php-mysql php-pgsql php-redis php-soap \
\
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*