docksal / ci-agent

CI agent Docker image for Docksal Sandboxes
MIT License
9 stars 16 forks source link

Drupal 8.5.0 requires ext-gd #22

Closed haixiang closed 6 years ago

haixiang commented 6 years ago

Starting from 8.5.0 the ext-gd extension is required, so when running composer install, it verifies if the extension is present on the agent and fails when it can't find it. A temporary fix is to make composer ignore platform requirements with composer install --prefer-dist --no-interaction --ignore-platform-reqs, but in a long run we probably need GD on the agent.