fix build

This commit is contained in:
jxxghp 2023-09-14 11:30:22 +08:00
parent 182adc77b6
commit d13602827c
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ RUN apt-get update \
&& useradd -r moviepilot -g moviepilot -d ${HOME} -s /bin/bash -u 911 \ && useradd -r moviepilot -g moviepilot -d ${HOME} -s /bin/bash -u 911 \
&& apt-get install -y build-essential \ && apt-get install -y build-essential \
&& pip install --upgrade pip \ && pip install --upgrade pip \
&& pip install cython \
&& pip install -r requirements.txt \ && pip install -r requirements.txt \
&& playwright install-deps chromium \ && playwright install-deps chromium \
&& python_ver=$(python3 -V | awk '{print $2}') \ && python_ver=$(python3 -V | awk '{print $2}') \

View File

@ -1,3 +1,4 @@
cython~=3.0.2
pydantic~=1.10.8 pydantic~=1.10.8
SQLAlchemy~=2.0.15 SQLAlchemy~=2.0.15
uvicorn~=0.22.0 uvicorn~=0.22.0