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