mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-10-19 17:16:44 +00:00
Update
This commit is contained in:
@@ -10,7 +10,7 @@ RUN pip install --upgrade pip
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y ffmpeg \
|
||||
&& apt-get install -y libav-tools \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD python app.py
|
Reference in New Issue
Block a user