Closed frunika closed 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 \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
(ref to https://github.com/docker-library/php/issues/912)
Yup, I can confirm this as I had to figure it out myself.
Fixed
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)