fix: add runner native build toolchain
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
FROM oven/bun:1.3.14
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends g++ make python3 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user