Skip to content

Consolidate Docker apt-get commands into single layer#97

Draft
cursor[bot] wants to merge 1 commit intomainfrom
cursor/repository-code-quality-6fb1
Draft

Consolidate Docker apt-get commands into single layer#97
cursor[bot] wants to merge 1 commit intomainfrom
cursor/repository-code-quality-6fb1

Conversation

@cursor
Copy link
Copy Markdown
Contributor

@cursor cursor Bot commented Mar 27, 2026

Combine apt-get update and package installation into one RUN instruction to reduce Docker image layers and improve build efficiency following Docker best practices. Packages are sorted alphabetically for maintainability.

Open in Web View Automation 

Combine apt-get update, package installation, and google-chrome-stable
setup into one RUN instruction. This reduces Docker image layers and
improves build efficiency while following Docker best practices. Packages
are also sorted alphabetically for better maintainability.

Co-authored-by: Ongun Demirag <ongun@ongundemirag.com>
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.

1 participant