From 24c416a80bd7daa3e202fc120311baa5f1a7ebb1 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 6 Oct 2020 12:02:23 +0200 Subject: [PATCH] Add ffmpeg to fix the music bot --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0f340e9..b65fc37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.8 +RUN apt-get update && apt-get install -y ffmpeg + WORKDIR /data COPY . /data