FROM wordpress:6.9-php8.5-fpm
RUN pecl install xdebug-3.5.1 && docker-php-ext-enable xdebug
