From 06c8ac2446dbc2fe32293e2beff6374dc8e3ce0e Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 15 Oct 2022 16:52:00 +0200 Subject: [PATCH] Fix docker build --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index da5a784..96e54d3 100644 --- a/Containerfile +++ b/Containerfile @@ -35,6 +35,7 @@ RUN apk add --no-cache --force-overwrite \ python3 \ py3-pip \ qalc \ + ffmpeg \ bash RUN pip3 install youtube-dl RUN rm -rf /var/lib/{cache,log}/ /var/cache