This diff introduces changes to the Tunnelbroker's `Dockerfile` to change the build system from `cmake` to use `cargo` instead.
Also, deprecated cmake-related commands were removed from the `Dockerfile`.
This diff will also fix the CI (Docker) workflow fails for Tunnelbroker which are related to the Tunnelbroker's transition to Rust.
Related Linear task: [[ https://linear.app/comm/issue/ENG-2063/make-changes-to-tunnelbroker-docker-build-process-to-change-build | ENG-2063 ]]
**CI Notice:**
The CI will fail on this and further diffs until the D5461 where all the changes to CI build commands are made.
This stack will be** landed all in one** to prevent CI from failing on diffs out of this stack.