Skip to content

Conversation

@boralp
Copy link

@boralp boralp commented Jan 6, 2026

What problem does this PR solve?

The Dockerfile previously installed system packages using multiple separate apt install commands.
This created unnecessary image layers and reduced build cache efficiency.
The change consolidates these installs into a single layer, making the image build more efficient without altering functionality or dependencies.

Type of change

  • Performance Improvement

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jan 6, 2026
@KevinHuSh KevinHuSh added the ci Continue Integration label Jan 7, 2026
@KevinHuSh KevinHuSh marked this pull request as draft January 7, 2026 02:03
@KevinHuSh KevinHuSh marked this pull request as ready for review January 7, 2026 02:03
@JinHai-CN
Copy link
Contributor

Thanks for the PR. Could you share the reason for adding build-essential to the Dockerfile?

@KevinHuSh KevinHuSh removed the ci Continue Integration label Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants