From d57e50d6041c1cb7bac64178b8dcbfc459970d0e Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 23 Aug 2025 15:20:09 -0600 Subject: [PATCH] more deps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ba4ce4..fea045a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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