Skip to content

Commit ab9b2d8

Browse files
committed
Remove the config (move to deck repo)
1 parent 52afb1a commit ab9b2d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,4 @@ RUN git clone --recursive --depth=1 https://github.com/NoiseByNorthwest/php-spx.
3232

3333
# Install and configure Xdebug
3434
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 && \
4035
rm -rf /tmp/pear

0 commit comments

Comments
 (0)