Reuse the pre-built image, if available, to bypass most of ./ct/test/04_install.sh
ct/test/04_install.sh can run once without impacting the rest of the CI flow.
This change reuses the docker image that was already built with installed external packages/software.
Useful for changing CI flow or verify their current changes don't break CI build without the need to push to remote github.
This is a marginal improvement, it decreased my total time by about ~60 seconds for a local re-run. If you are iterating multiple times this can add to a decent amount of saved time.