The thumbnail of the animation webp extension file is not created in the official docker image.

When viewing the webp image after installing the latest docker image as docker-compose, the following error occurs and the thumbnail is not created. But it plays when you press it. And webp images of 1 frame, not animation, are normally thumbnailed. The version is (Nextcloud Hub 3 (25.0.4)) and the php version is 8.1.16. I tried adding the sentence below to the config.php file, but the heic file was normally thumbnailed, but the animation webp was not available. Below this, I’ll show you the sentence and the error in config.php. ‘enabledPreviewProviders’ =>
array (
0 => ‘OC\Preview\PNG’,
1 => ‘OC\Preview\JPEG’,
2 => ‘OC\Preview\GIF’,
3 => ‘OC\Preview\HEIC’,
4 => ‘OC\Preview\BMP’,
5 => ‘OC\Preview\XBitmap’,
6 => ‘OC\Preview\MP3’,
7 => ‘OC\Preview\TXT’,
8 => ‘OC\Preview\MarkDown’,
9 => ‘OC\Preview\OpenDocument’,
10 => ‘OC\Preview\Krita’,
11 => ‘OC\Preview\WebP’,
),

gd-webp cannot allocate temporary buffer at /config/www/nextcloud/lib/private/legacy/OC_Image.php#722