more deps

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

View file

@ -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