Install upstream yt-dlp release binary

This commit is contained in:
Dymas
2026-06-22 10:52:11 +02:00
parent b76a7d5586
commit 1c332edde8
+4 -1
View File
@@ -7,7 +7,10 @@ RUN npm run build
FROM node:20.20.0-alpine
WORKDIR /spooty
RUN apk add --no-cache ffmpeg redis python3 py3-pip curl yt-dlp \
RUN apk add --no-cache ffmpeg redis python3 py3-pip curl \
&& curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp \
&& chmod +x /usr/local/bin/yt-dlp \
&& yt-dlp --version \
&& addgroup -S spooty \
&& adduser -S spooty -G spooty