Fix: flag needs value

This commit is contained in:
a 2024-10-22 13:25:11 +00:00
parent ff6ca510c4
commit c6006e0e87

View file

@ -3,5 +3,5 @@ WORKDIR /umi
COPY "requirements.txt" . COPY "requirements.txt" .
RUN apt-get update RUN apt-get update
RUN apt-get install -y ffmpeg aria2 rtmpdump libopus0 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"] CMD ["python", "-u", "app.py"]