CI : install gd
This commit is contained in:
parent
bab22547fa
commit
d8f482ee42
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ stages:
|
||||||
install:
|
install:
|
||||||
stage: install
|
stage: install
|
||||||
image: composer:2.7
|
image: composer:2.7
|
||||||
|
before_script:
|
||||||
|
- apt-get update && apt-get install -y libfreetype6-dev libjpeg62-turbo-dev libpng-dev
|
||||||
|
- docker-php-ext-configure gd --with-freetype --with-jpeg
|
||||||
|
- docker-php-ext-install -j$(nproc) gd
|
||||||
cache:
|
cache:
|
||||||
key: composer
|
key: composer
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue