From 4a962ef7b0ed9a994ca35d323897b57d46c6ebe4 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 23 Aug 2025 15:14:14 -0600 Subject: [PATCH] i hate python package management so much --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8150d9e..f462699 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,7 @@ RUN corepack enable COPY . /app WORKDIR /app -RUN apk add --no-cache ffmpeg python3 -RUN python3 -m ensurepip +RUN apk add --no-cache ffmpeg python3 py3-pip RUN pip3 install --no-cache --upgrade pip setuptools FROM base AS deps