File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
FROM phpplatform/php-apache:7.2
2
2
3
- RUN yes | pecl install xdebug \
3
+ RUN yes | pecl install xdebug-2.6.0beta1 \
4
4
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
5
5
&& echo "xdebug.remote_enable=on" >> /usr/local/etc/php/conf.d/xdebug.ini \
6
6
&& echo "xdebug.remote_autostart=off" >> /usr/local/etc/php/conf.d/xdebug.ini
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ This repo contains DockerFiles to build docker images containing software compon
4
4
5
5
The Images are built in this order
6
6
7
- - docker-library/php is forked into PHPPlatform/docker-php-apache in github
8
- - created new branches to support older version of php in PHPPlatform/docker-php-apache
9
- - phpplatform/php-apache docker images are automatically built in docker hub , linked to PHPPlatform/docker-php-apache github repo
10
- - This repo uses images from phpplatform/php-apache to add Composer and Xdebug
11
- - docker images are built automatically at phpplatform/php-apache-composer-xdebug in Docker HUb
7
+ - docker-library/php is forked into PHPPlatform/docker-php-apache in github
8
+ - created new branches to support older version of php in PHPPlatform/docker-php-apache
9
+ - phpplatform/php-apache docker images are automatically built in docker hub , linked to PHPPlatform/docker-php-apache github repo
10
+ - This repo uses images from phpplatform/php-apache to add Composer and Xdebug
11
+ - docker images are built automatically at phpplatform/php-apache-composer-xdebug in Docker HUb
12
12
You can’t perform that action at this time.
0 commit comments