Skip to content

Commit

Permalink
Switch to cohttp(lwt) instead of curl (#57)
Browse files Browse the repository at this point in the history
This PR makes the fnm binary not to be dependent on `curl`!
  • Loading branch information
tatchi authored and Schniz committed Feb 25, 2019
1 parent a5ef177 commit 3beebc8
Show file tree
Hide file tree
Showing 32 changed files with 2,124 additions and 1,072 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM frolvlad/alpine-glibc

RUN apk add --no-cache nodejs bash npm curl g++ make m4 patch gmp-dev perl git jq perl-utils
RUN apk add --no-cache nodejs bash npm curl g++ make m4 patch gmp-dev perl git jq perl-utils libressl-dev

USER root

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Prints the required shell commands in order to configure your shell, Bash compli
- [ ] Feature: `fnm install lts`?
- [ ] OSX: Add to homebrew?
- [ ] Windows Support?
- [ ] Linux: Replace `curl` usage with `cohttp`/`ocurl` or something else which is statically-linkable
- [ ] Linux: Replace `tar` with a statically linked library too (for ungzip + untar)

## Contributing
Expand Down
Loading

0 comments on commit 3beebc8

Please sign in to comment.