ensurepip
This commit is contained in:
parent
53b8fe02bc
commit
db70127421
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue