Fix build: add compiler toolchain for node-llama-cpp (build-base, linux-headers); bump add-on to 0.5.21

This commit is contained in:
root
2026-02-01 03:27:39 +02:00
parent 6e3bdbf573
commit 4353c82f03
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ RUN apk add --no-cache \
nginx \
ttyd \
make \
cmake
cmake \
build-base \
linux-headers
# Install Node.js 22+ (musl build) from unofficial builds.
# Router/base image Alpine may ship an older libstdc++; we pull a newer libstdc++ from edge to satisfy Node's C++ symbols.