replicatedhq / kURL

Production-grade, airgapped Kubernetes installer combining upstream k8s with overlays and popular components
https://kurl.sh
Apache License 2.0
744 stars 79 forks source link

bug: prefer libcurl-minimal over libcurl #5376

Closed ricardomaraschini closed 2 weeks ago

ricardomaraschini commented 2 weeks ago

What this PR does / why we need it:

if both packages are listed as dependencies then we prefer libcurl-minimal instead of libcurl.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Steps to reproduce

Does this PR introduce a user-facing change?

Does this PR require documentation?