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

dev #53508 add gd extension

parent fe771cd2
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 #215 failed with stage
in 4 minutes and 53 seconds
......@@ -11,14 +11,12 @@ chmod +x /usr/local/bin/phpunit
# required dependencies
apt-get update -yqq
apt-get install libmcrypt-dev mysql-client git -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
docker-php-ext-install mysqli
docker-php-ext-install mcrypt
#docker-php-ext-install libxml
#docker-php-ext-install dom
docker-php-ext-install gettext
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
# data preparation
curl --location --output default-ci-dump.sql.gz http://sandbox.afi-sa.net/databases/default-ci-dump.sql.gz
......
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