Github user yuanchenl commented on the issue:
https://github.com/apache/incubator-quickstep/pull/335
The repeated installations are removed. CMake version is changed to 3.10.2
(stable).
The goal of this PR is to simply get the distributed quickstep correctly
built in a docker image.
Since different container instances have different roles (conductor, cli,
executor) and different configurations, I am currently running the image using
pseudoTTY (docker run -ti) and manually specify the role and the conductor
address for quickstep_distributed_cli_shell inside the tty.
Do you want me to change the dockerfile so that we can specify those
information during building phase and run the image without the stdin attached?
---