Open
Description
I'm using symfony-docker to craft a new Symfony app, a basic one. I was suprised to see the size of the Docker image just after initiate the Symfony app: 864MB

I'm using this base image: dunglas/frankenphp:1.4.4-php8.4
, which is sized to 187.07 MB for linux/arm64 arch.
I'd need help to investigate to find the root cause of this inflate of the image and find ways to fix it, especially for the frankenphp_prod
target.
cc @dunglas