deploy: build native modules with Node

This commit is contained in:
-Puter
2026-07-29 07:00:47 +05:30
parent 062c00f53c
commit 9fb293a539
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
g++ \
make \
nodejs \
python3 \
&& rm -rf /var/lib/apt/lists/*