Move `docker` dependency into end-to-end tests.
The docker
module is only needed for the DockerDriver
.
This patch moves the download, resolution and dependency ofthe docker
module into the end-to-end tests.
Then the execution only pays the cost to download packages that are needed for execution.
Edited by Matthew Clarkson