Precommit push magic to emulate Dockerfile INCLUDE
We need to apply some commands to a lot of different base images. In the absence of an INCLUDE command for Dockerfiles, this should be implemented by dividing the repository into a source and a build directory and generating the build directory in a precommit hook.
Details of how to specify such layers t.b.d.