From f79b72ac5329a2ceee3137fa26eff1c701151a1e Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Tue, 30 Jul 2024 03:14:59 -0600 Subject: [PATCH] Goddamn it --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 80765a8a4..507812991 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ COPY . . RUN apk update RUN apk add python3 +RUN pip install setuputils --break-system-packages RUN npm i -g pnpm RUN pnpm install RUN pnpm run build