Dockerfile 202 B

123456789
  1. FROM daocloud.io/library/php:5.6-fpm
  2. RUN pecl list-channels
  3. RUN pecl update-channels
  4. RUN pecl install xdebug-2.7.2 \
  5. && docker-php-ext-enable xdebug
  6. COPY 99-xdebug.ini /usr/local/etc/php/conf.d/