OpenConext / OpenConext-BaseContainers

Docker base images used by all OpenConext projects that use docker containers
Apache License 2.0
0 stars 1 forks source link

Install the GD PHP extension on php82-apache2 #11

Closed MKodde closed 1 year ago

MKodde commented 1 year ago

I'd like to have (need) the GD extension enabled on all PHP 8.2 images. Would this adjustment be adequate? I doubt we need all the jpeg/png libraries.

Stepup-SelfService requires php-gd for its PDF generator to function correctly.

@danakim @quartje what are your thoughts?

danakim commented 1 year ago

@MKodde - looks good! That should be enough. Thanks for adding these changes to make the application work.

quartje commented 1 year ago

I see we need some cleaning up as well (we don't need the dev- packages afterwards). I will make a seperate PR for this. This one looks good!