Docker add ffmpeg

This commit is contained in:
omg-xtao 2023-04-14 12:16:18 +08:00 committed by GitHub
parent 3fd01d5d80
commit 640b57e9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ WORKDIR /app
RUN echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/sources.list.d/fonts.list \
&& apt update \
# clone
&& apt install git wget curl -y \
&& apt install git wget curl ffmpeg -y \
&& git clone -b main https://github.com/PaiGramTeam/PaiGram.git /app \
# install dependencies \
&& pip install virtualenv==20.19.0 poetry==1.3.2 \