fix: build runner native modules with Node
This commit is contained in:
@@ -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 \
|
||||
&& apt-get install -y --no-install-recommends g++ make python3 \
|
||||
|
||||
Reference in New Issue
Block a user