fix(docker): use standalone wget instead of the busybox one #4473
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This fixes an issue for local development environments of the Docker build: the wget provided by busybox doesn't support redirects. So downloading taglib returns an error later from tar (because wget previously downloaded the HTML content of the redirect). I fixed that by installing the wget package.
Related Issues
Fixes #3738.
Type of Change
Checklist
Please review and check all that apply:
I have added or updated documentation as neededI have added tests that prove my fix/feature works (or explain why not)How to Test
Just run the Docker build process.
Additional Notes
I can't explain why the bug doesn't happen on GitHub Actions. Here is a log from https://github.com/navidrome/navidrome/actions/runs/16577552503/job/46885668061
I'm using different Docker versions, but I doubt it makes a difference: