FROM php:7.2-cli

RUN echo '' | \
    pecl install xdebug; \
    docker-php-ext-enable xdebug;
