fix docker build

This commit is contained in:
jxxghp
2024-09-25 16:55:52 +08:00
parent 91efe2e94c
commit 41d41685fe

View File

@@ -48,7 +48,7 @@ RUN apt-get update -y \
/moviepilot/.cache \
/var/lib/apt/lists/* \
/var/tmp/*
COPY requirements.txt requirements.txt
COPY requirements.in requirements.in
RUN apt-get update -y \
&& apt-get install -y build-essential \
&& pip install --upgrade pip \