kUse was using yum to install docker 1.7.0. This wanted to install
all of the fedora 23 dependencies. Instead, simply use RPM to install
via http with the --nodeps option. This works because we don't really
need selinux since we don't support an selinux operational model.
Change-Id: I7e7fbe9cab9f38d51807442d0f6a41a344779ba2
Closes-Bug: #1468464