I’m using docker for development php application (php-apache). But I also need php-cli to test application with my test utils. Is it possible to have both php-apache and php-cli in same docker image? Thanks