mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-21 22:58:20 +00:00
👷 Update git repo in Dockerfile
This commit is contained in:
parent
e159e659ff
commit
3e1f5ac5af
@ -8,7 +8,7 @@ RUN echo "deb http://ftp.us.debian.org/debian bookworm main non-free" >> /etc/ap
|
|||||||
&& apt update \
|
&& apt update \
|
||||||
# clone
|
# clone
|
||||||
&& apt install git wget curl ffmpeg -y \
|
&& 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 \
|
# install dependencies \
|
||||||
&& pip install virtualenv pdm \
|
&& pip install virtualenv pdm \
|
||||||
&& python3 -m virtualenv venv/ \
|
&& python3 -m virtualenv venv/ \
|
||||||
|
Loading…
Reference in New Issue
Block a user