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