👷 Fix docker build

This commit is contained in:
xtaodada 2023-09-09 23:09:22 +08:00
parent f85a774d9d
commit 390753aa4b
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -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/ \