Skip to content

Ensure apt-get usage is non-interactive#76

Merged
adamdickmeiss merged 1 commit into
masterfrom
dockerfile-ensure-non-interactive
May 29, 2026
Merged

Ensure apt-get usage is non-interactive#76
adamdickmeiss merged 1 commit into
masterfrom
dockerfile-ensure-non-interactive

Conversation

@adamdickmeiss
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 29, 2026 11:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR makes the Docker image build’s Debian package installation non-interactive and leaner, helping avoid apt prompts during container builds while reducing recommended-package installation.

Changes:

  • Adds DEBIAN_FRONTEND=noninteractive to both apt-get install commands.
  • Adds --no-install-recommends to reduce installed package footprint.
  • Explicitly installs adduser, which is needed later to create the runtime user.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@adamdickmeiss adamdickmeiss merged commit 72661be into master May 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants