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

🧹 Optimize apt installation process in Dockerfile #6153

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

PeterDaveHello
Copy link
Contributor

Merge multiple apt install commands into a single command to minimize redundant dependency resolution. Also, remove apt cache files after installation to reduce Docker image size.

How to test

Follow these steps to verify this PR works as intended:

  • Run docker build command like: docker build -t hedy ..

Checklist

  • Contains one of the PR categories in the name
  • Describes changes in the format above
  • Links to an existing issue or discussion
  • Has a "How to test" section

Merge multiple apt install commands into a single command to minimize redundant dependency resolution. Also, remove apt cache files after installation to reduce Docker image size.
Copy link
Contributor

mergify bot commented Feb 4, 2025

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

Copy link
Contributor

mergify bot commented Feb 4, 2025

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.

If you want to requeue this pull request, you need to post a comment with the text: @mergifyio requeue

Copy link
Contributor

mergify bot commented Feb 4, 2025

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit a3683e7 into hedyorg:main Feb 4, 2025
9 checks passed
@PeterDaveHello PeterDaveHello deleted the patch-1 branch February 4, 2025 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants