mirror of
https://github.com/chialab/docker-php.git
synced 2026-09-24 15:29:30 -05:00
#5 feat: install XDebug on PHP 7.x dev images
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM chialab/php:7.1
|
||||
MAINTAINER dev@chialab.it
|
||||
|
||||
# Install XDebug.
|
||||
RUN pecl install xdebug \
|
||||
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
|
||||
Reference in New Issue
Block a user