break system packages guh

This commit is contained in:
Cynthia Foxwell 2025-08-23 15:18:00 -06:00
parent 4a962ef7b0
commit 385aa3550e
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -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