I’ve just discovered Dockerfiles support copying/mounting a file from an entirely different image, sourced at build time. I now want to build a cursed frankenimage where every file in the final image has been taken from the `latest` revision of a different image and see how long it takes to break.