Use dev HTTP-Kernel so we can generate code coverage again.

An error with the test container will be coming to 4.4.1 (which is not released yet). When it is available we should revert the changes to composer.json.
This commit is contained in:
Jan Böhmer 2019-11-30 22:53:45 +01:00
parent c64e4fe3d6
commit 4f70d8b1da
4 changed files with 11 additions and 14 deletions

View file

@ -1,6 +1,6 @@
FROM php:7-apache
RUN apt-get update && apt-get install -y curl libcurl4-openssl-dev libicu-dev libpng-dev gnupg zip libzip-dev
RUN apt-get update && apt-get install -y curl libcurl4-openssl-dev libicu-dev libpng-dev gnupg zip libzip-dev libonig-dev
RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath gd zip