I tried to run `cg-producer` Docker image version `a6e779a3` and got the following error: ``` ModuleNotFoundError: No module named 'cmdbench' ``` It seems that [cg-producer/setup.py](https://github.com/fasten-project/pypi-tools/blob/main/cg-producer/setup.py#L22) should have installed it, but looking at the [`Dockerfile`](https://github.com/fasten-project/pypi-tools/blob/main/cg-producer/Dockerfile) it seems that only `setup.py` of pycg is actually executed.