getgrav / docker-grav

Official Docker Image for Grav
https://getgrav.org
197 stars 123 forks source link

Does not compile php version 7.4 since gd options changed #25

Closed frunika closed 4 years ago

frunika commented 4 years ago

https://github.com/getgrav/docker-grav/blob/1858f38e52a4e3f9fceb0743a6f36b4f97ccfb2b/Dockerfile#L27

Need's to be changed to: && docker-php-ext-configure gd --with-freetype --with-jpeg \

(ref to https://github.com/docker-library/php/issues/912)

mahagr commented 4 years ago

Yup, I can confirm this as I had to figure it out myself.

rhukster commented 4 years ago

Fixed