joel behöver en python
This commit is contained in:
@@ -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 ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user