mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 01:25:53 -04:00
docs: note glibc requirement for Linux release binaries
Closes #2166 The Linux release binary is linked against glibc, so musl-based distros (Alpine and similar) hit 'cannot execute: required file not found' on first run because the glibc dynamic linker is missing. Adds a note to the install section directing Alpine users to a glibc-based base image or the build-from-sources path.
This commit is contained in:
@@ -57,6 +57,8 @@ Verify the binary before running anything:
|
||||
|
||||
[Linux aarch64 is also available](https://github.com/lightpanda-io/browser/releases/tag/nightly)
|
||||
|
||||
> **Note:** The Linux release binaries are linked against glibc. On musl-based distros (Alpine, etc.) the binary fails with `cannot execute: required file not found` because the glibc dynamic linker is missing. Use a glibc-based base image (e.g., `FROM debian:bookworm-slim` or `FROM ubuntu:24.04`) or [build from sources](#build-from-sources).
|
||||
|
||||
*For MacOS*
|
||||
```console
|
||||
curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \
|
||||
|
||||
Reference in New Issue
Block a user