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