add soap to composer and php builds

This commit is contained in:
2018-07-12 20:10:02 -04:00
parent 59dfad6129
commit 1f05ea4fba
6 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ ENV TERM=xterm
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
curl nano sed libwww-perl htop ca-certificates \ 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 \ php7.0 php-cli php-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \
php-pgsql php-redis \ php-pgsql php-redis php-soap \
\ \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \ && php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \

View File

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

View File

@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw
&& apt-get update && apt-get install -y \ && apt-get update && apt-get install -y \
curl nano sed libwww-perl htop ca-certificates \ curl nano sed libwww-perl htop ca-certificates \
php7.2 php-cli php-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \ php7.2 php-cli php-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \
php-pgsql php-redis \ php-pgsql php-redis php-soap\
\ \
&& apt-cache pkgnames | grep php7.2 \ && apt-cache pkgnames | grep php7.2 \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \

View File

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

View File

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

View File

@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw
&& apt-get update && apt-get install -y \ && apt-get update && apt-get install -y \
curl nano sed libwww-perl htop ca-certificates \ 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 \ 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-pgsql php-redis php-soap \
\ \
&& apt-cache pkgnames | grep php7.2 \ && apt-cache pkgnames | grep php7.2 \
&& rm /usr/bin/php && ln -s /usr/bin/php7.2 /usr/bin/php \ && rm /usr/bin/php && ln -s /usr/bin/php7.2 /usr/bin/php \