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