add mbstring redis and pgsql to php7.2 build

This commit is contained in:
2020-04-29 08:52:55 -04:00
parent 33e945f662
commit 39dfc3bb87
4 changed files with 27 additions and 9 deletions

View File

@@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw
&& LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php \
&& apt-get update && apt-get install -y \
curl nano sed libwww-perl htop ca-certificates \
php7.2 php7.2-cli php7.2-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \
php-pgsql php-redis php-soap \
php7.2 php7.2-cli php7.2-fpm php7.2-curl php-pear php-mcrypt php-zip php7.2-mbstring php-xml \
php7.2-pgsql php7.2-redis php-soap \
\
&& apt-cache pkgnames | grep php7.2 \
&& rm /usr/bin/php && ln -s /usr/bin/php7.2 /usr/bin/php \