Merge pull request #1655 from Shayan925/patch-1

Update Dockerfile
pull/1607/head
Simon 2 years ago committed by GitHub
commit 117c20fcee
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