diff options
| author | Bobby <[email protected]> | 2025-04-13 19:09:21 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-04-13 19:09:21 +0530 |
| commit | 47307124cf224590d0ce62faa933cf3b50c6ff91 (patch) | |
| tree | be82ef0fd515c6514b4faa8a9a1e2001ebfbfedd /Dockerfile | |
| parent | 3637a4d5c9a1c7e47cef87f4fafb50c8ccab1965 (diff) | |
| download | ai-47307124cf224590d0ce62faa933cf3b50c6ff91.tar.xz ai-47307124cf224590d0ce62faa933cf3b50c6ff91.zip | |
fix `yt-dlp` not in `$PATH`
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
