diff --git a/Dockerfile b/Dockerfile index 5965f67..37baa1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ \