Dockerfile
Dockerfile copied to clipboard
Installing datadog ddtrace package trigger a "zend_mm_heap corrupted" error
Hello,
We need to install the ddtrace php extension but we can't manage to do it. We are using the nginx-php:7.1 and 7.2 image and we are using the following method:
wget https://github.com/DataDog/dd-trace-php/releases/download/0.15.0/datadog-php-tracer_0.15.0_amd64.deb
dpkg -i datadog-php-tracer_0.15.0_amd64.deb
Which result in php-fpm restarting to a zend_mm_heap corrupted.
How to reproduce:
1/ Use nginx-php:7.1 image 2/ cd /opt 3/ wget https://github.com/DataDog/dd-trace-php/releases/download/0.15.0/datadog-php-tracer_0.15.0_amd64.deb 4/ dpkg -i datadog-php-tracer_0.15.0_amd64.deb 5/ php -i => Error