summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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