Bug 381572 - Cannot setup build in a docker container ("not a TTY")
Summary: Cannot setup build in a docker container ("not a TTY")
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: BuildSystem: Custom BuildSystems (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-23 12:09 UTC by Alexander Potashev
Modified: 2019-07-19 09:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2017-06-23 12:09:58 UTC
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
Comment 1 Alexander Potashev 2017-06-23 12:19:23 UTC
Fixed by removing the "-it" option.