We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52afb1a commit ab9b2d8Copy full SHA for ab9b2d8
Dockerfile
@@ -32,9 +32,4 @@ RUN git clone --recursive --depth=1 https://github.com/NoiseByNorthwest/php-spx.
32
33
# Install and configure Xdebug
34
RUN pecl install xdebug && \
35
- touch /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
36
- echo "zend_extension=xdebug" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
37
- echo "xdebug.mode=debug" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
38
- echo "xdebug.client_host=172.20.0.1" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
39
- echo "xdebug.idekey=dicoding-debug" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
40
rm -rf /tmp/pear
0 commit comments