是否有任何Docker PHP图像没有冗长的编译过程,或者如何减少编译量,以加快图像构建?

I am using one of the official Docker PHP images (7.1 Stretch) at https://github.com/docker-library/php/blob/74b59e1cf7e5a356b5d4ee5eaeffe5f70f5ebd4c/7.1/stretch/cli/Dockerfile

Building this image (a full clean build) has a lengthy compilation process. Is there any way to avoid or minimize this lengthy process? For example, is there a PHP image that pulls binary packages rather than source code packages (which require compilation)?