Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI installer does not support Alpine linux (ash shell) #302

Closed
eschaefer opened this issue Apr 24, 2024 · 4 comments · Fixed by #385
Closed

CLI installer does not support Alpine linux (ash shell) #302

eschaefer opened this issue Apr 24, 2024 · 4 comments · Fixed by #385
Assignees

Comments

@eschaefer
Copy link
Contributor

Screenshot 2024-04-24 at 15 04 58

Currently trying to install the CLI on Alpine linux (in a CI), and seeing the error above.

Looks like the installer is not checking for the ash shell case, which doesn't seem to follow the same convention as these shells:
https://github.com/sst/ion/blob/dev/install#L114-L125

Copy link
Contributor

thdxr commented Apr 26, 2024

given we don't use ash we'd need a PR to fix this (or just to stop the failure)

@thdxr thdxr self-assigned this Apr 26, 2024
@quitedensepoint
Copy link

Had the same issue. Had to switch my image over to node:20-bullseye, which was not ideal for my use case.

Copy link
Contributor

thdxr commented May 2, 2024

instead of using the installing you can also download the release directly from github releases in your image

Copy link
Contributor

thdxr commented May 2, 2024

we'll take PRs for this but will not be fixing this for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants