I'm trying to build this from provided Dockerfile, but I'm getting error due to this
https://github.com/openobserve/o2_report_server/blob/main/Dockerfile#L6
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref xxxx-xxx-xx: "/bin/report-generator": not found
There's no ./bin folder in the repository, and that wasn't built with running cargo build --release either.