fix build

This commit is contained in:
jxxghp
2023-09-14 11:36:37 +08:00
parent d13602827c
commit f7982e3e43
2 changed files with 2 additions and 3 deletions

View File

@ -65,7 +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 Cython \
&& pip install -r requirements.txt \
&& playwright install-deps chromium \
&& python_ver=$(python3 -V | awk '{print $2}') \