mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-21 22:58:05 +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 \
|
RUN echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/sources.list.d/fonts.list \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
# clone
|
# 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 \
|
&& git clone -b main https://github.com/PaiGramTeam/PaiGram.git /app \
|
||||||
# install dependencies \
|
# install dependencies \
|
||||||
&& pip install virtualenv==20.19.0 poetry==1.3.2 \
|
&& pip install virtualenv==20.19.0 poetry==1.3.2 \
|
||||||
|
Loading…
Reference in New Issue
Block a user