From 00cac99cda701703599fb73373121a1da4410358 Mon Sep 17 00:00:00 2001 From: Toastie <toastie@toastiet0ast.com> Date: Sat, 15 Feb 2025 16:23:51 +1300 Subject: [PATCH] Updated Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2ccc77d..51ab2cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ FROM alpine:3.20 WORKDIR /app # Music dependencies -ADD --chmod=755 https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp /usr/local/bin/yt-dlp -RUN apk add --no-cache ffmpeg python3 libsodium +ADD --chmod=755 https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux /usr/local/bin/yt-dlp +RUN apk add --no-cache ffmpeg libsodium # Required dependencies # icu-libs is required for globalization