Skip to content
Snippets Groups Projects
Commit 4aa03897 authored by Erick Hitter's avatar Erick Hitter
Browse files

Remove Xdebug from unsupported versions

parent a4fda323
No related branches found
No related tags found
1 merge request!25Add Xdebug
...@@ -29,7 +29,6 @@ RUN docker-php-ext-install \ ...@@ -29,7 +29,6 @@ RUN docker-php-ext-install \
gd \ gd \
zip \ zip \
bz2 \ bz2 \
&& pecl install xdebug \
&& php -m && php -m
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
......
...@@ -29,7 +29,6 @@ RUN docker-php-ext-install \ ...@@ -29,7 +29,6 @@ RUN docker-php-ext-install \
gd \ gd \
zip \ zip \
bz2 \ bz2 \
&& pecl install xdebug \
&& php -m && php -m
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
......
...@@ -29,7 +29,6 @@ RUN docker-php-ext-install \ ...@@ -29,7 +29,6 @@ RUN docker-php-ext-install \
gd \ gd \
zip \ zip \
bz2 \ bz2 \
&& pecl install xdebug \
&& php -m && php -m
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment