Github user zuyu commented on the issue:
https://github.com/apache/incubator-quickstep/pull/335
@yuanchenl Please review and minimize your changes (i.e, using a stable
version of `cmake` instead of `rc` version, why installing `grpc` twice (once
using `apt-get` and built from source code), and so does `protobuf`).
Does this PR achieve the goal that by starting a container specified by the
modified Dockerfile, `quickstep_cli_shell` is running as a server to accept
queries from some input interface (say browser)?
---