mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
7 lines
216 B
Docker
7 lines
216 B
Docker
FROM chialab/php:5.5-fpm
|
|
LABEL maintainer="dev@chialab.io"
|
|
|
|
# Install XDebug.
|
|
RUN pecl install xdebug-2.5.5 \
|
|
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
|