sigh...
This commit is contained in:
parent
bfd45a0017
commit
ae5158b676
@ -14,8 +14,9 @@ before_script:
|
|||||||
# Install mysql driver
|
# Install mysql driver
|
||||||
- docker-php-ext-install pdo_mysql
|
- docker-php-ext-install pdo_mysql
|
||||||
|
|
||||||
# Enable gd
|
# Install php-gd
|
||||||
- docker-php-ext-enable 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
|
# Install composer
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
|
Reference in New Issue
Block a user