From 385aa3550e36a8401f126e1cd0a23685fbd7ddf9 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 23 Aug 2025 15:18:00 -0600 Subject: [PATCH] break system packages guh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f462699..0ba4ce4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . /app WORKDIR /app RUN apk add --no-cache ffmpeg python3 py3-pip -RUN pip3 install --no-cache --upgrade pip setuptools +RUN pip3 install --no-cache --upgrade --break-system-packages pip setuptools FROM base AS deps RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript