File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33### System Compatibility
44
5- Debian, Ubuntu, Alpine
5+ Debian, Ubuntu
6+
7+ Alpine does not work as the binaries are compiled with glibc (instead of musl) which does not work on Alpine.
8+ Some binaries could be taken from https://unofficial-builds.nodejs.org but ARM binaries are still missing.
69
710### Accessed Urls
811
Original file line number Diff line number Diff line change @@ -44,7 +44,10 @@ A package which installs Node.js.
4444
4545### System Compatibility
4646
47- Debian, Ubuntu, Alpine
47+ Debian, Ubuntu
48+
49+ Alpine does not work as the binaries are compiled with glibc (instead of musl) which does not work on Alpine.
50+ Some binaries could be taken from https://unofficial-builds.nodejs.org but ARM binaries are still missing.
4851
4952### Accessed Urls
5053
Original file line number Diff line number Diff line change 11[
22 " mcr.microsoft.com/devcontainers/base:debian-11" ,
33 " mcr.microsoft.com/devcontainers/base:debian-12" ,
4- " mcr.microsoft.com/devcontainers/base:alpine" ,
54 " mcr.microsoft.com/devcontainers/base:ubuntu-24.04"
65]
You can’t perform that action at this time.
0 commit comments