Skip to content
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

fix: Set DEBIAN_FRONTEND to noninteractive #33

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

fghaas
Copy link
Contributor

@fghaas fghaas commented Oct 4, 2024

Without this change, the image build process hangs while waiting for input from the Readline frontend, when configuring the tzdata package.

Set the DEBIAN_FRONTEND environment variable to noninteractive instead.

In addition, explicitly set TZ to UTC.

Without this change, the image build process hangs while waiting for
input from the Readline frontend, when configuring the tzdata package.

Set the DEBIAN_FRONTEND environment variable to noninteractive instead.

In addition, explicitly set TZ to UTC.
@fghaas fghaas requested a review from mrtmm October 4, 2024 06:50
@fghaas
Copy link
Contributor Author

fghaas commented Oct 4, 2024

@mrtmm FYI, we might need this same change in other Ubuntu Jammy-based image builds as well.

@fghaas fghaas merged commit 2321a25 into hastexo:main Oct 4, 2024
4 checks passed
@fghaas fghaas deleted the noninteractive branch October 4, 2024 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants