This commit is contained in:
Mario Vavti 2018-10-10 15:36:16 +02:00
parent bfd45a0017
commit ae5158b676

View File

@ -14,8 +14,9 @@ before_script:
# Install mysql driver
- docker-php-ext-install pdo_mysql
# Enable gd
- docker-php-ext-enable gd
# Install php-gd
- docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/
- docker-php-ext-install -j$(nproc) gd
# Install composer
- curl -sS https://getcomposer.org/installer | php