MilesChou / docker-phalcon

Dockerized Phalcon
https://hub.docker.com/repository/docker/mileschou/phalcon
MIT License
126 stars 41 forks source link

alpine image not functional #6

Closed fizzka closed 7 years ago

fizzka commented 7 years ago

docker run -i -t --rm mileschou/phalcon:alpine php -m

output: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20160303/phalcon.so' - Error loading shared library /usr/local/lib/php/extensions/no-debug-non-zts-20160303/phalcon.so: No such file or directory in Unknown on line 0 [PHP Modules] Core ctype curl [...]

MilesChou commented 7 years ago

Okay, I see the error message in Travis CI log when do compilation.

I will try to resolve this error.

fizzka commented 7 years ago

good =)

MilesChou commented 7 years ago

I did. Thx for your suggestion =)