Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

chore: update Dockerfile to reduce the image size #353

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

tdurieux
Copy link
Contributor

Hi there,

I've made a small improvement to the Dockerfile that I think could help optimize the image size.

The change I made:

  • I added the --no-install-recommends to with apt-get in order to not install unnecessary packages and reduce the image size.

Impact on the image size:

  • Image size before repair: 667 MB
  • Image size after repair: 581.6 MB
  • Difference: 85.4 MB (12.8%)

I hope that you will find these changes useful to you. Let me know if you have any questions or concerns.

Thanks,

@azlux azlux merged commit bf321cf into azlux:master Feb 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants