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

Remove redundant apk update calls in Dockerfiles #464

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

PeterDaveHello
Copy link
Contributor

Removed unnecessary apk update commands in all Dockerfiles. The apk add commands already utilize the --no-cache option, making the update step superfluous and ensuring the latest packages are used without maintaining a local cache. An additional apk update in another Docker image layer will just make the image larger with no benefits.

Removed unnecessary `apk update` commands in all Dockerfiles. The
`apk add` commands already utilize the `--no-cache` option, making the
update step superfluous and ensuring the latest packages are used
without maintaining a local cache. An additional `apk update` in another
Docker image layer will just make the image larger with no benefits.
Copy link

github-actions bot commented Oct 18, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@PeterDaveHello
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Oct 18, 2024
@geclos geclos merged commit 027bfd5 into latitude-dev:main Oct 18, 2024
3 checks passed
@geclos
Copy link
Collaborator

geclos commented Oct 18, 2024

thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2024
@PeterDaveHello PeterDaveHello deleted the Dockerfile branch October 19, 2024 11:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants