The cmd ./docker-compose-debug up fails with the below error since updating the phovea_server's Dockerfile to python:3.7-buster.

The error occurs because of the command /usr/sbin/sshd -D in the docker-compose-debug.partial.yml file which doesn't exist in the new container.
The command /usr/sbin/sshd -D is used to enable PyCharm Debugging
Action
Refactor the command to work for the python:3.7-buster Docker image.