add ext-http to php7.2 and php7.3 builds
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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.3 php7.3-cli php7.3-fpm php7.3-curl php-pear php7.3-zip php7.3-mbstring php7.3-xml \
|
||||
php7.3-mysql php7.3-pgsql php7.3-redis \
|
||||
php-mcrypt \
|
||||
php-mcrypt php7.3-http\
|
||||
\
|
||||
&& apt-cache pkgnames | grep php7.3 \
|
||||
&& rm /usr/bin/php && ln -s /usr/bin/php7.3 /usr/bin/php \
|
||||
|
||||
@@ -19,6 +19,7 @@ build() {
|
||||
# docker run --rm --entrypoint php xaicorp/php:${version} -m | grep mcrypt
|
||||
docker run --rm --entrypoint php xaicorp/php:${version} -m | grep zip
|
||||
docker run --rm --entrypoint php xaicorp/php:${version} -m | grep dom
|
||||
docker run --rm --entrypoint php xaicorp/php:${version} -i | grep conf.d/25-http.ini
|
||||
|
||||
#register artifact
|
||||
docker tag xaicorp/php:${version} dkregistry.xai-corp.net:5000/xaicorp/php:${version}
|
||||
@@ -57,8 +58,8 @@ trap final EXIT
|
||||
#build 7.0
|
||||
#build_dev 7.0
|
||||
#
|
||||
build 7.1
|
||||
build_dev 7.1
|
||||
#build 7.1
|
||||
#build_dev 7.1
|
||||
|
||||
build 7.2
|
||||
build_dev 7.2
|
||||
|
||||
Reference in New Issue
Block a user