From f5e6fe75570e9bd9ef5830d7323f8860cde496a7 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 18 Aug 2024 12:42:50 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20Switch=20to=20latest=20?= =?UTF-8?q?yt-dlp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1e5d78..6483663 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,8 +33,8 @@ RUN apt-get update -y RUN apt-get -y install software-properties-common curl gnupg git dh-python make g++ libasound2-dev iputils-ping ffmpeg python3-launchpadlib libnss3 RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - RUN apt-get -y install nodejs -RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o ~/.local/bin/yt-dlp -RUN chmod a+rx ~/.local/bin/yt-dlp +RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /bin/yt-dlp +RUN chmod a+rx /bin/yt-dlp RUN corepack enable