From 2438eebf7ab6d094a59185343f0ceb9284d533c9 Mon Sep 17 00:00:00 2001 From: ar2rworld Date: Tue, 5 Sep 2023 15:47:25 -0400 Subject: [PATCH] fixing Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d8041de..41eb6d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN \ apt-get update -q && \ 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 \ + chmod a+x /usr/local/bin/yt-dlp && \ apt-get install ffmpeg && ffmpeg -version FROM base AS dev