From: Vincent Vanwaelscappel Date: Tue, 17 Dec 2024 10:46:40 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=24339709c772469c99b1120514639d0abcae32cf;p=songbook.git . --- diff --git a/.docker/phpdocker/php-fpm/Dockerfile b/.docker/phpdocker/php-fpm/Dockerfile index 584a719..92c76cf 100644 --- a/.docker/phpdocker/php-fpm/Dockerfile +++ b/.docker/phpdocker/php-fpm/Dockerfile @@ -32,7 +32,7 @@ RUN apt-get update; \ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -;\ apt-get install -y nodejs; -RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp +RUN curl -L https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp RUN chmod a+rx /usr/local/bin/yt-dlp COPY startup /usr/bin/startup