If that docker-build command fails, will the interactive debugger do something sensible?
Assuming you use `dagger --interactive`, the debugger will kick in so you can inspect the failed state.
In the specific case of Dockerfile compatibility, I don't actually know if it will be smart enough to drop you in the exact intermediary state that the Docker build failed in, or if it reverts atomically the whole 'docker build' operation.