From 47307124cf224590d0ce62faa933cf3b50c6ff91 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 13 Apr 2025 19:09:21 +0530 Subject: fix `yt-dlp` not in `$PATH` --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index c9505c7..d7d70fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ RUN apk add --no-cache ffmpeg python3 py3-pip opus opus-dev ca-certificates \ && python3 -m venv /venv \ && . /venv/bin/activate \ && pip install --no-cache-dir yt-dlp \ + && ln -s /venv/bin/yt-dlp /usr/local/bin/yt-dlp \ && mkdir -p /app/temp # Copy the binary from the builder stage -- cgit v1.2.3