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 Docker Image Size by Cleaning Nix Store #2486

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

artemklevtsov
Copy link

Summary

This MR modifies the Dockerfile to reduce the final image size by optimizing the Nix store after installing packages. Added nix-store --gc and nix-store --optimise commands to clean up and optimize the Nix store after package installation.

How was it tested?

Built the Docker image locally and verified the image size reduction. Confirmed that the application runs as expected after the changes.

@LucilleH LucilleH requested a review from mohsenari February 7, 2025 19:49
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.

1 participant