You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In project we need the inclusion of AppDynamics, unfortunatly they don't provide any PHP support for alpine yet.
Is there a way to add a flag to conditionnaly add glibc libraries inside the wodby alpine image ?
Which allows me to start using their install script.
It seems to add nicely their php library, I can see it loaded running php -m.
But php-fpm is crashing with Segmentation fault (core dumped)
Any idea how I can progress ?
In project we need the inclusion of AppDynamics, unfortunatly they don't provide any PHP support for alpine yet.
Is there a way to add a flag to conditionnaly add glibc libraries inside the wodby alpine image ?
Like this image on docker hub ?
https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc/blob/master/Dockerfile
Regards.
The text was updated successfully, but these errors were encountered: