JulienBreux / phpunit-docker

DEPRECATED :package: Docker image to use PHPUnit as CLI.
https://hub.docker.com/r/phpunit/phpunit/
MIT License
47 stars 28 forks source link

Missing PHP extension BCMATH #67

Open emadzz opened 7 years ago

emadzz commented 7 years ago

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 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.

smcjones commented 6 years ago

You have to use a newer version of the docker image than 5.0.3. Try latest