mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
📦 build: Switch to latest yt-dlp
This commit is contained in:
+2
-2
@@ -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 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 curl -sL https://deb.nodesource.com/setup_21.x | bash -
|
||||||
RUN apt-get -y install nodejs
|
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 curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /bin/yt-dlp
|
||||||
RUN chmod a+rx ~/.local/bin/yt-dlp
|
RUN chmod a+rx /bin/yt-dlp
|
||||||
|
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user