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

test docker

parent e0ca1534
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
set -xe set -xe
apt-get install -y libpq-dev libxml2-dev libxslt1-dev libpng-dev \ apt-get install --no-install-recommends -y libpq-dev libxml2-dev libxslt1-dev libpng-dev \
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \ && docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
&& docker-php-ext-install pdo_pgsql \ && docker-php-ext-install pdo_pgsql \
&& docker-php-ext-install xsl \ && docker-php-ext-install xsl \
......
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