-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't installl php7.0-gmp into php-fpm container... #652
Comments
I needed gmp too but when I installed it using laradock fpm that I modified, I kept getting an error saying gmp.h couldn't be found. I added this to Dockerfile-70
This didn't work. So I added my own dockerfile to laradock fpm, it installs a lot of extensions and their required libraries. I don't know what my file added that was missing in the modified Dockerfile-70 but here is my custom dockerfile.
|
Thanks for your answer... Today I found shorter solution on https://hub.docker.com/r/ianblenke/simplesamlphp/~/dockerfile/
and it works... |
The provided link is 404 now, but the fix worked for me when dealing with a similar issue in a .gitlab-ci.yml file, Thanks! |
|
I've set all the GPM's to true in the laradock env file and rebuilt. phpinfo is showing it enabled but I'm still getting an error saying it's not there (webpush notifcations failing). also 'php -i | grep gmp' shows nothing in workspace but fine from outside docker workspace. any thoughts? |
@sasokovacic , this solutions works for me |
it can be done for every other version of linux but not for jessie... or am I missing something?
I've tried everything without success... I really need this for a project I'm working on...
The text was updated successfully, but these errors were encountered: