Closed cap10morgan closed 7 months ago
...and use it instead of wget to save on installing that since the tools-deps install script needs curl anyway.
Some upstream images inadvertently removed curl causing this build error: https://github.com/docker-library/official-images/actions/runs/8633451962/job/23666676411?pr=16579
This ensures that curl is installed either way.
@Quantisan I'll go ahead and merge this to unblock our official-images PR, but let me know if you have any review feedback and I can address in a follow-up PR.
...and use it instead of wget to save on installing that since the tools-deps install script needs curl anyway.
Some upstream images inadvertently removed curl causing this build error: https://github.com/docker-library/official-images/actions/runs/8633451962/job/23666676411?pr=16579
This ensures that curl is installed either way.