mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
The third-party `install-yarn.sh` script uses `curl`, and we invoke it in `install-node`. So we need to install it as a dependency. We've mostly gotten away with this because it's common for `curl` to already be installed; but it isn't always.