Skip to content
Snippets Groups Projects
Commit 532d6301 authored by Alexis Ragot's avatar Alexis Ragot
Browse files

Update docker_install_php.sh

parent 98366ed4
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ set -xe
apt-get install -y libpq-dev libxml2-dev libxslt1-dev \
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
&& docker-php-ext-install pdo_pgsql pgsql xsl zip
#&& pecl install xdebug \
#&& docker-php-ext-enable xdebug
&& pecl install xdebug \
&& docker-php-ext-enable xdebug
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