wip
This commit is contained in:
@ -7,6 +7,11 @@ WORKDIR /app
|
||||
COPY sort.py .
|
||||
COPY requirements.txt .
|
||||
|
||||
# Install ffmpeg
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y ffmpeg \
|
||||
&& apt-get clean
|
||||
|
||||
# Ensure pip
|
||||
RUN python -m ensurepip
|
||||
|
||||
|
Reference in New Issue
Block a user