Krona icon indicating copy to clipboard operation
Krona copied to clipboard

curl is needed for updateTaxonomy.sh even though --only-build flag is set

Open FynnFreyer opened this issue 4 years ago • 0 comments

Not sure if this is wanted, but it is inconvenient for a project I'm working on, where I try to create a minimal container and don't want to go through the hassle of installing curl just for this and uninstalling it afterwards.

If you decide to change this, I have forked the repository and added an if statement to check whether updateTaxonomy.sh runs with the --only-build flag passed. In which case, I think the check for curl being installed is unnecessary. I will send the Pull Request soon.

Feel free to ignore this if it's by design, rather than no one actually having a problem with it as yet.

FynnFreyer avatar Aug 03 '21 16:08 FynnFreyer