joel behöver en python

This commit is contained in:
eric
2026-03-12 21:25:21 +01:00
parent aa779e7b80
commit 3f2dadeb5e
2 changed files with 15 additions and 10 deletions

View File

@@ -3,6 +3,11 @@ FROM oven/bun:1 AS builder
WORKDIR /app
# Native modules built via node-gyp need Python and a C/C++ toolchain.
RUN apt-get update \
&& apt-get install -y --no-install-recommends python3 python-is-python3 make g++ \
&& rm -rf /var/lib/apt/lists/*
# Copy package files
COPY package.json bun.lockb ./