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

dev #53508 try to add imagick

parent b4f7f40a
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 #234 failed with stage
in 3 minutes and 4 seconds
......@@ -14,6 +14,8 @@ apt-get update -yqq
apt-get install libfreetype6-dev libjpeg62-turbo-dev libpng12-dev libmcrypt-dev mysql-client git -yqq
# required php extensions not included in base php image
pecl install imagick-3.4.3RC1
docker-php-ext-enable imagick
docker-php-ext-install mysqli mcrypt gettext
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/
docker-php-ext-install gd
......
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