Docker image quite heavy : remove build deps ?
Hello,
It seems that Docker image is quite heavy (around 700MB).
I looked at the Dockerfile (https://github.com/dunglas/frankenphp/blob/main/Dockerfile) and it seems that $PHPIZE_DEPS are never removed where as in think they are not needed after PHP and go compilation ?
I built the image removing these deps for testing but I have a problem with composer (I'll fill an issue about that too!)
++
Actually on an empty project I've been able to test it and it's working properly (I have the phpinfo).
I guess these build packages are not needed even for worker mode, are they ?
Indeed! See https://github.com/dunglas/frankenphp/pull/29#issuecomment-1280549452
Fixed by #33