Skip to content
Snippets Groups Projects
Verified Commit d5e65288 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

test for ci

parent ec2f6081
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@
set -xe
apt-get install -y libpq-dev libxml2-dev libxslt1-dev libpng-dev \
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
&& docker-php-ext-install pdo_pgsql pgsql xsl \
&& docker-php-ext-configure pdo_pgsql --with-pgsql \
&& docker-php-ext-install pdo_pgsql xsl \
&& pecl install xdebug-2.7.0RC2 \
&& 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.
Please register or to comment