Add ffmpeg to fix the music bot
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM python:3.8
|
||||
|
||||
RUN apt-get update && apt-get install -y ffmpeg
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
COPY . /data
|
||||
|
||||
Reference in New Issue
Block a user