mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 02:55:18 +08:00
Update
This commit is contained in:
parent
1639bac368
commit
8cb298800a
@ -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
|
Loading…
Reference in New Issue
Block a user