update php tests

This commit is contained in:
2020-05-03 20:18:53 -04:00
parent 39dfc3bb87
commit 35e73d26c7
3 changed files with 20 additions and 4 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.1 php7.1-cli php7.1-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php7.1-xml \
php-mysql php-pgsql php-redis php-soap \
php7.1 php7.1-cli php7.1-fpm php7.1-curl php-pear php7.1-mcrypt php7.1-zip php7.1-mbstring php7.1-xml \
php7.1-mysql php7.1-pgsql php7.1-redis \
\
&& apt-cache pkgnames | grep php7.1 \
&& rm /usr/bin/php && ln -s /usr/bin/php7.1 /usr/bin/php \