more deps

This commit is contained in:
Cynthia Foxwell 2025-08-23 15:20:09 -06:00
parent 385aa3550e
commit d57e50d604
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -5,7 +5,7 @@ RUN corepack enable
COPY . /app
WORKDIR /app
RUN apk add --no-cache ffmpeg python3 py3-pip
RUN apk add --no-cache ffmpeg python3 py3-pip build-base
RUN pip3 install --no-cache --upgrade --break-system-packages pip setuptools
FROM base AS deps