deps
This commit is contained in:
parent
6d2e533e6e
commit
a699bd2a50
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN corepack enable
|
|||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add ffmpeg
|
||||
RUN apk add ffmpeg python3
|
||||
|
||||
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