From f4f1889dce20441bbed98cd0eb50e6862f5d8fd9 Mon Sep 17 00:00:00 2001 From: Dicken Date: Fri, 29 May 2026 23:49:56 +0200 Subject: [PATCH] =?UTF-8?q?Dockerfile:=20python3=20+=20make=20+=20g++=20f?= =?UTF-8?q?=C3=BCr=20better-sqlite3=20Build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0d61ee..1929169 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm run build # ── Stage 2: Express liefert API + React in einem Container ────────────────── FROM node:20-alpine -RUN apk add --no-cache tzdata +RUN apk add --no-cache tzdata python3 make g++ WORKDIR /app COPY backend/package.json ./ RUN npm install --production