diff --git a/voice/teaspeak/Dockerfile b/voice/teaspeak/Dockerfile index cc46233fe..26a41549b 100644 --- a/voice/teaspeak/Dockerfile +++ b/voice/teaspeak/Dockerfile @@ -37,7 +37,7 @@ RUN apt update \ RUN apt install -y ffmpeg curl python3 iproute2 libjemalloc2 tini # Install latest youtube-dl -RUN curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl +RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/youtube-dl RUN chmod a+rx /usr/local/bin/youtube-dl RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1000