From e574d5402089faf3c3e1552959068d5ebc8e8ee8 Mon Sep 17 00:00:00 2001 From: gamezonline Date: Mon, 2 Jun 2025 16:24:06 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8fc10f6..4cd1802 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ COPY package*.json . COPY . . RUN apk update +RUN apk add python3 py3-pip alpine-sdk openssl-dev build-base python3-dev +RUN python3 -m pip install setuptools --break-system-packages RUN npm install RUN npm install --global corepack@latest RUN corepack enable pnpm