From c6006e0e874ac09a6a778187dcc23676693296cb Mon Sep 17 00:00:00 2001 From: a Date: Tue, 22 Oct 2024 13:25:11 +0000 Subject: [PATCH] Fix: flag needs value --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7424658..60fefe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,5 @@ WORKDIR /umi COPY "requirements.txt" . RUN apt-get update RUN apt-get install -y ffmpeg aria2 rtmpdump libopus0 -RUN pip install -r requirements.txt --root-user-action +RUN pip install -r requirements.txt --root-user-action=ignore CMD ["python", "-u", "app.py"] \ No newline at end of file