add some dependencies for gd

This commit is contained in:
Mario Vavti 2018-10-10 15:21:54 +02:00
parent 562cde37f4
commit 78be0c66da

View File

@ -10,6 +10,7 @@ before_script:
# Install git, the php image doesn't have installed # Install git, the php image doesn't have installed
- apt-get update -yqq - apt-get update -yqq
- apt-get install git -yqq - apt-get install git -yqq
- apt-get install libfreetype6-dev libjpeg62-turbo-dev libpng12-dev -yqq
# Install mysql driver # Install mysql driver
- docker-php-ext-install pdo_mysql - docker-php-ext-install pdo_mysql