I'm trying to make KDevelop build my application in a docker container. In the "Custom Build System" tab of the project configuration I set the command to "docker exec -it u1604 make -C /work", but when pressing F8, docker stops with an error: the input device is not a TTY
Fixed by removing the "-it" option.