ensurepip

This commit is contained in:
Cynthia Foxwell 2025-08-23 15:13:07 -06:00
parent 53b8fe02bc
commit db70127421
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -6,7 +6,8 @@ COPY . /app
WORKDIR /app WORKDIR /app
RUN apk add --no-cache ffmpeg python3 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 FROM base AS deps
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript