Skip to content
Snippets Groups Projects
Commit 716d5353 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #53508 try to add imagick

parent 5da330f0
Branches
Tags
4 merge requests!2080Sandbox detach zf from storm,!2061Master,!1997Dev#53508 ci with docker,!1917[WIP] Hotline#50082 mixed records links in loans list
Pipeline #247 failed with stage
in 15 minutes and 36 seconds
......@@ -11,7 +11,14 @@ chmod +x /usr/local/bin/phpunit
# required dependencies
apt-get update -yqq
apt-get install libfreetype6-dev libjpeg62-turbo-dev libpng12-dev libmcrypt-dev mysql-client git -yqq
apt-get install libfreetype6-dev \
libjpeg62-turbo-dev \
libpng12-dev \
libmcrypt-dev \
imagemagick \
libmagickwand-dev \
mysql-client \
git -yqq
# required php extensions not included in base php image
pecl install imagick-3.4.3RC1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment