i hate python package management so much
This commit is contained in:
parent
db70127421
commit
4a962ef7b0
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue