From 1814097a4fc6bc3527f43095443b8aedbbb60931 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 7 Oct 2022 16:01:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=20Modified:=20Dockerfile=20?= =?UTF-8?q?=F0=9F=97=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ll --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2a40a79..c15193b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN mkdir -p /bin/ /config/ /data/ && \ apk update -U --no-cache && \ apk add --no-cache \ ffmpeg \ + aria2c \ py3-pip && \ curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && \ curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp && \