mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
👷 Fix docker build
This commit is contained in:
parent
f85a774d9d
commit
390753aa4b
@ -8,7 +8,7 @@ RUN echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/
|
||||
&& apt update \
|
||||
# clone
|
||||
&& apt install git wget curl ffmpeg -y \
|
||||
&& git clone -b main --recursive https://github.com/PaiGramTeam/PamGram.git /app \
|
||||
&& git clone -b sr --recursive https://github.com/PaiGramTeam/PamGram.git /app \
|
||||
# install dependencies \
|
||||
&& pip install virtualenv==20.19.0 poetry==1.3.2 \
|
||||
&& python3 -m virtualenv venv/ \
|
||||
|
Loading…
Reference in New Issue
Block a user