fix docker build

This commit is contained in:
jxxghp
2024-09-25 16:55:52 +08:00
parent 91efe2e94c
commit 41d41685fe
+1 -1
View File
@@ -48,7 +48,7 @@ RUN apt-get update -y \
/moviepilot/.cache \ /moviepilot/.cache \
/var/lib/apt/lists/* \ /var/lib/apt/lists/* \
/var/tmp/* /var/tmp/*
COPY requirements.txt requirements.txt COPY requirements.in requirements.in
RUN apt-get update -y \ RUN apt-get update -y \
&& apt-get install -y build-essential \ && apt-get install -y build-essential \
&& pip install --upgrade pip \ && pip install --upgrade pip \