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 extension: iconv #84

Closed macghriogair closed 6 years ago

macghriogair commented 6 years ago

Hi,

would it be possible to add the iconv-extension to the docker image? With :latest I get

Error: Call to undefined function iconv()

Thank you!

macghriogair commented 6 years ago

Closing this myself as it doesn't seem practical to add every user-requested extension. A solution by configuration would be preferable.