fix: add runner native build toolchain

This commit is contained in:
-Puter
2026-07-28 15:12:57 +05:30
parent 359d9e2285
commit 35169672e1

View File

@@ -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 . .