diff --git a/php/5.6/Dockerfile b/php/5.6/Dockerfile
index 960c1f71bb74f1efd96c34ccb5bd5cd513bbec73..46b3c84bf08b7f679e1d8e5b0c97c831f4192140 100644
--- a/php/5.6/Dockerfile
+++ b/php/5.6/Dockerfile
@@ -29,7 +29,6 @@ RUN docker-php-ext-install \
       gd \
       zip \
       bz2 \
-    && pecl install xdebug \
     && php -m
 
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]
diff --git a/php/7.0/Dockerfile b/php/7.0/Dockerfile
index d4b7cf1848922898ddfe5fcd7f692349e1fbbc05..958c04896cf91d2dd1d8bb7e596408ef96d47b29 100644
--- a/php/7.0/Dockerfile
+++ b/php/7.0/Dockerfile
@@ -29,7 +29,6 @@ RUN docker-php-ext-install \
       gd \
       zip \
       bz2 \
-    && pecl install xdebug \
     && php -m
 
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]
diff --git a/php/7.1/Dockerfile b/php/7.1/Dockerfile
index bff65952b81a33dca278e8d9eb68dd5413291987..744b0541e788c2cca3681c0bdc8ec8d836b9ba2a 100644
--- a/php/7.1/Dockerfile
+++ b/php/7.1/Dockerfile
@@ -29,7 +29,6 @@ RUN docker-php-ext-install \
       gd \
       zip \
       bz2 \
-    && pecl install xdebug \
     && php -m
 
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]