I’m running a Kirby site on Fly inside Docker and need to use ImageMagick for GIF support.
I added apt-get install imagemagick to my Dockerfile, but apparently this installs ImageMagick 6 without AVIF support that breaks the Kirby site.
Does anyone know what’s the best way to install ImageMagick 7 with AVIF support inside a Ubuntu 22-based Docker Image?