CI : install gd

This commit is contained in:
isUnknown 2025-10-03 08:29:18 +02:00
parent bab22547fa
commit d8f482ee42

View file

@ -5,6 +5,10 @@ stages:
install:
stage: install
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:
key: composer
paths: