From d87bdbe81c249b871762b832f48ae085b801399d Mon Sep 17 00:00:00 2001 From: ar2rworld Date: Tue, 5 Sep 2023 16:27:53 -0400 Subject: [PATCH] add -y --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41eb6d0..8fe0dbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN \ apt-get install -y -q python-is-python3 && \ curl -L https://github.com/yt-dlp/yt-dlp/releases/download/$YT_DLP/yt-dlp -o /usr/local/bin/yt-dlp && \ chmod a+x /usr/local/bin/yt-dlp && \ - apt-get install ffmpeg && ffmpeg -version + apt-get install -y ffmpeg FROM base AS dev