Update Dockerfile

Install the ffmpeg dependency.
pull/1655/head
Shayan Jizan 2 years ago committed by GitHub
parent f2d89a10dd
commit 8a24a9e773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
FROM python:3.10.9-slim
RUN apt update
RUN apt-get install -y ffmpeg
RUN apt install python3-pip -y
RUN mkdir /app

Loading…
Cancel
Save