mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-21 14:48:29 +00:00
➕ Docker add ffmpeg
This commit is contained in:
parent
3fd01d5d80
commit
640b57e9b8
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user