From 31f245aff3a0b1fd7b9ab007807a1a2ee1229972 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Tue, 30 Jul 2024 03:20:20 -0600 Subject: [PATCH] Kill me --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83c73cc9a..dc8ccc9d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY package*.json . COPY . . RUN apk update -RUN apk add python3 +RUN apk add python3 py3-pip RUN python3 -m pip install setuptools --break-system-packages RUN npm i -g pnpm RUN pnpm install