eko / docker-symfony

Run a Symfony application using Docker & docker-compose
BSD Zero Clause License
1.29k stars 474 forks source link

Add xmlwriter dependency to php-fpm Dockerfile #114

Closed navitronic closed 5 years ago

navitronic commented 5 years ago

This PR simply adds a dependency on php7-xmlwriter to the php-fpm Dockerfile.

The reasoning behind this, is that when using Symfony 4, after installing symfony/test-pack, running phpunit, will cause PHPUnit 6.5 to be installed, but the dependency cannot be installed, as the docker container's php does not have access to ext-xmlwriter and phpunit's code coverage library relies on it.

eko commented 5 years ago

Hi @navitronic,

Thank you for fixing this missing dependency. I hope everything is working smoothly for you now :)