From db70127421e664406e63fcff104491f1e4939953 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 23 Aug 2025 15:13:07 -0600 Subject: [PATCH] ensurepip --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5737a48..8150d9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ COPY . /app WORKDIR /app RUN apk add --no-cache ffmpeg python3 -RUN python3 -m pip install setuptools +RUN python3 -m ensurepip +RUN pip3 install --no-cache --upgrade pip setuptools FROM base AS deps RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript