X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=templates%2Fsrc%2Fphp%2Fdocker%2Fphp-future%2FDockerfile.template;h=7e7d28618d3b15b8835541dba5a03efc66d9fd0e;hb=754713aa17cd9d27a649dd3a8a1657ddb01bca1a;hp=f9abb2fc509eb0c3cbfb90425998bbd33c15a244;hpb=d972efbce032f637f740db342a67f0a5411bb6ed;p=platform%2Fupstream%2Fgrpc.git diff --git a/templates/src/php/docker/php-future/Dockerfile.template b/templates/src/php/docker/php-future/Dockerfile.template index f9abb2f..7e7d286 100644 --- a/templates/src/php/docker/php-future/Dockerfile.template +++ b/templates/src/php/docker/php-future/Dockerfile.template @@ -14,11 +14,11 @@ # See the License for the specific language governing permissions and # limitations under the License. - FROM php:7.4.0RC1-buster + FROM php:7.4.11-buster RUN apt-get -qq update && apt-get -qq install -y ${'\\'} autoconf automake git libtool pkg-config ${'\\'} - wget zlib1g-dev + valgrind wget zlib1g-dev ARG MAKEFLAGS=-j8 @@ -29,4 +29,4 @@ <%include file="../pecl_ext_build_src.include" /> - CMD ["/github/grpc/src/php/bin/run_tests.sh", "--skip-persistent-channel-tests"] + CMD ["/github/grpc/src/php/bin/run_tests.sh", "--skip-persistent-channel-tests", "--ignore-valgrind-undef-errors"]