Skip to content
Snippets Groups Projects
Commit 2fb40204 authored by Florian Azizian's avatar Florian Azizian
Browse files

xdebug for php 7.4

parent e34a24d6
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,6 @@ apt-get install -y libpq-dev libxml2-dev libxslt1-dev libpng-dev \
&& docker-php-ext-configure pdo_pgsql --with-pdo-pgsql \
&& docker-php-ext-install pdo_pgsql pgsql \
&& docker-php-ext-install xsl \
&& pecl install xdebug-2.7.0RC2 \
&& pecl install xdebug-2.9.3 \
&& docker-php-ext-enable xdebug \
&& docker-php-ext-install gd
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