mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Update Alpine instructions (#7156)
While trying to set up code-server on Alpine, I ran into build errors. To solve them, I had to add Kerberos development libs. Also, it looks like npm config doesn't work in recent version of Node and doesn't seem to be necessary. These instructions were tested in the Docker `node:20-alpine` image.
This commit is contained in:
parent
f4f02655a1
commit
b18a647d0a
1 changed files with 1 additions and 2 deletions
|
|
@ -62,8 +62,7 @@ Proceed to [installing](#installing)
|
||||||
## Alpine
|
## Alpine
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apk add alpine-sdk bash libstdc++ libc6-compat
|
apk add alpine-sdk bash libstdc++ libc6-compat python3 krb5-dev
|
||||||
npm config set python python3
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Proceed to [installing](#installing)
|
Proceed to [installing](#installing)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue