👷 Update git repo in Dockerfile

This commit is contained in:
lostsnow 2024-07-07 10:24:00 +08:00 committed by GitHub
parent e159e659ff
commit 3e1f5ac5af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ RUN echo "deb http://ftp.us.debian.org/debian bookworm main non-free" >> /etc/ap
&& apt update \
# clone
&& apt install git wget curl ffmpeg -y \
&& git clone -b main --recursive https://github.com/PaiGramTeam/PaiGram.git /app \
&& git clone -b zzz --recursive https://github.com/PaiGramTeam/MibooGram.git /app \
# install dependencies \
&& pip install virtualenv pdm \
&& python3 -m virtualenv venv/ \