Add ffmpeg to fix the music bot

This commit is contained in:
Marco Thomas
2020-10-06 12:02:23 +02:00
parent eeeabd4a51
commit 24c416a80b

View File

@@ -1,5 +1,7 @@
FROM python:3.8 FROM python:3.8
RUN apt-get update && apt-get install -y ffmpeg
WORKDIR /data WORKDIR /data
COPY . /data COPY . /data