fix: build runner native modules with Node

This commit is contained in:
-Puter
2026-07-28 15:20:03 +05:30
parent 35169672e1
commit eede4c10ba

View File

@@ -1,4 +1,8 @@
FROM oven/bun:1.3.14 FROM oven/bun:1.3.14 AS bun
FROM node:24-bookworm-slim
COPY --from=bun /usr/local/bin/bun /usr/local/bin/bun
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends g++ make python3 \ && apt-get install -y --no-install-recommends g++ make python3 \