-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEBIAN_FRONTEND=noninteractive not visible in sudo #206
Comments
…e-ros#206) Signed-off-by: Rufus Wong <[email protected]>
Thanks for adding a PR, we'll get some eyes on it. Do you think this change would need to be propagated up to the base space-ros install? |
This change doesn't physically affect the current base, since the current base doesn't install anything that prompts for user interaction. That said, I would think it's a good idea to propagate it up to the base, since it's still a line that doesn't do what it claims. |
@EzraBrooks, you've been maintaining docker incantations so I'm going to hot-potato you the review ;) |
Version or commit hash
4841b5e
RMW Implementation
Other
Steps to reproduce issue
in Dockerfiles is supposed to suppress user interaction. However, environment variables are not visible in
sudo
.This can be seen when attempting to install packages that ask for user interaction, e.g.
keyboard-configuration
.Hence that line doesn't do what it claims.
Expected behavior
It should not prompt for user interaction
Actual behavior
It still prompt for user interaction, causing the build to hang
Backtrace or Console output
No response
The text was updated successfully, but these errors were encountered: