more deps
This commit is contained in:
parent
a699bd2a50
commit
53b8fe02bc
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ RUN corepack enable
|
|||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add ffmpeg python3
|
||||
RUN apk add --no-cache ffmpeg python3
|
||||
RUN python3 -m pip install 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