msfidelis/CintoDeUtilidadesDocker

Error PHP7-FPM, Nginx and MySQL

Closed this issue · 1 comments

Hi, I've followed your tutorial for configuring the PHP7-FPM, Nginx and MySQL Container environment. But it's generating an error when building the PHP container. The error follows.

ERROR: `make 'failed
ERROR: Service 'fpm' failed to build: The command '/ bin / sh -c pecl install intl' returned a non-zero code: 1

It seems to me that it is not finding the '/ bin / sh' directory. I believe that at some point the directory '/ bin / bash' should be called.

Can you help me with this?

Hello @brunocfigueira ,
Thanks for report this.

I fixed the FPM Dockerfile removing buildin PHP modules, dev files for dependencies and update PHP Version to 7.2.1. You can check this on PR #3

Please, update your Dockerfile to the new version and try to re-build again.

docker-build --no-cache