First of all, I am curious to know how to deal with missing php extensions in this image? Are we supposed to install them per project, or should we always report them to be included?
Secondly, I think you mentioned here that bcmath was enabled. But this doesn't seem to be the case on the image that we're currently using phpunit/phpunit:5.0.3.
Currently, we're installing it during the pipeline build commands
docker-php-ext-install bcmath
.. but, we'd love to see this already included in the image itself.
Hi @JulienBreux ! This is me again.
First of all, I am curious to know how to deal with missing php extensions in this image? Are we supposed to install them per project, or should we always report them to be included?
Secondly, I think you mentioned here that
bcmath
was enabled. But this doesn't seem to be the case on the image that we're currently usingphpunit/phpunit:5.0.3
.Currently, we're installing it during the pipeline build commands
docker-php-ext-install bcmath
.. but, we'd love to see this already included in the image itself.