Dealerdirect / docker

Set of docker images for continuous integration & deployment
https://hub.docker.com/r/dealerdirect/
MIT License
2 stars 1 forks source link

Question: How to enable a PHP extension? (ext-gd) #15

Closed Potherca closed 6 years ago

Potherca commented 6 years ago

Problem/Motivation

I am using the dealerdirect/ci-php box for the CI build for a project of mine. The image is pulled and downloaded fine but when composer runs (validating the required PHP extensions) I receive an error stating thating:

The requested PHP extension ext-gd * is missing from your system.

How do I enable the GD library in the build?

Steps to reproduce

The steps can be seen here: wercker:potherca/Parrots:build/5a68fdfc?step=5a68fe14

Potherca commented 6 years ago

It turns out that the ci-php box is the wrong box. Retried with the plain php box, everything worked as expected.