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