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

installation.md Docker instructions issue #44

Closed
jt4201 opened this issue Sep 15, 2023 · 1 comment
Closed

installation.md Docker instructions issue #44

jt4201 opened this issue Sep 15, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@jt4201
Copy link

jt4201 commented Sep 15, 2023

The docker instructions listed will fail with a 'platform unsupported' error when Mason tries to install stylua (and lua-language-server if you go that far). Alpine Linux is compiled with musl and the Mason install of stylua requires glibc (mason.nvim issue 1406).

Using archlinux as the Docker base image is another option. Downside for Mx macbook users is that there is no arm64 official archlinux image.

@folke
Copy link
Contributor

folke commented Jan 21, 2024

Yes, that's a limitation of mason. The docker command is just to have a quick look at how LazyVim works.

You can always use another image if needed

@folke folke closed this as not planned Won't fix, can't repro, duplicate, stale Jan 21, 2024
@folke folke added the wontfix This will not be worked on label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants