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

gd dockerfile

parent 26ae8279
No related branches found
No related tags found
Loading
......@@ -5,11 +5,12 @@
set -xe
apt-get install -y libpq-dev libxml2-dev libxslt1-dev \
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 \
&& pecl install xdebug-2.6.0 \
&& docker-php-ext-enable xdebug
&& docker-php-ext-enable xdebug \
&& docker-php-ext-install gd
#&& docker-php-ext-install pdo_pgsql pgsql xsl zip \
......@@ -31,7 +31,8 @@ class SummarySheetControllerTest extends TestCase
['label' => 'Annotation(s)', 'unit' => 'notes'],
['label' => 'Circuit de visa', 'unit' => 'visaWorkflow'],
['label' => 'Circuit d\'avis', 'unit' => 'opinionWorkflow'],
['label' => 'Commentaires', 'unit' => 'freeField']
['label' => 'Commentaires', 'unit' => 'freeField'],
['unit' => 'qrcode']
],
];
$fullRequest = \httpRequestCustom::addContentInBody($aArgs, $request);
......
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