We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4841b5e
Other
ARG DEBIAN_FRONTEND=noninteractive
in Dockerfiles is supposed to suppress user interaction. However, environment variables are not visible in sudo.
sudo
This can be seen when attempting to install packages that ask for user interaction, e.g. keyboard-configuration.
keyboard-configuration
Hence that line doesn't do what it claims.
It should not prompt for user interaction
It still prompt for user interaction, causing the build to hang
No response
The text was updated successfully, but these errors were encountered:
Add DEBIAN_FRONTEND=noninteractive between sudo and apt install (spac…
cf34b25
…e-ros#206)
a49653d
…e-ros#206) Signed-off-by: Rufus Wong <rcywongaa@gmail.com>
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?
Sorry, something went wrong.
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.
Successfully merging a pull request may close this issue.
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: