FROM php:7.2 RUN docker-php-ext-install pcntl \ && pecl install xdebug-2.6.1 \ && docker-php-ext-enable xdebug