FROM wordpressdevelop/phpunit:${LOCAL_PHPUNIT:-latest} # install xdebug RUN pecl install -f xdebug \ && echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini;