Some our our respositories have Dockerfiles with commands like ADD . /path. These don't work if we do - < Dockerfile because the only thing in "." will be the Dockerfile, not the other things we want. This allows us to support that use case.
These tests just check that the docker commands show up in the buildfile