add ext-http to php7.2 and php7.3 builds

This commit is contained in:
2020-07-02 08:14:01 -04:00
parent 063309a043
commit 8f76a81a7b
3 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw
curl nano sed libwww-perl htop ca-certificates \
php7.2 php7.2-cli php7.2-fpm php7.2-curl php-pear php7.2-zip php7.2-mbstring php7.2-xml \
php7.2-mysql php7.2-pgsql php7.2-redis \
php-mcrypt \
php-mcrypt php7.2-http \
\
&& apt-cache pkgnames | grep php7.2 \
&& rm /usr/bin/php && ln -s /usr/bin/php7.2 /usr/bin/php \