fix build
This commit is contained in:
parent
182adc77b6
commit
d13602827c
@ -65,6 +65,7 @@ RUN apt-get update \
|
||||
&& useradd -r moviepilot -g moviepilot -d ${HOME} -s /bin/bash -u 911 \
|
||||
&& apt-get install -y build-essential \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install cython \
|
||||
&& pip install -r requirements.txt \
|
||||
&& playwright install-deps chromium \
|
||||
&& python_ver=$(python3 -V | awk '{print $2}') \
|
||||
|
@ -1,3 +1,4 @@
|
||||
cython~=3.0.2
|
||||
pydantic~=1.10.8
|
||||
SQLAlchemy~=2.0.15
|
||||
uvicorn~=0.22.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user