mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-04 11:06:46 +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