Updated Dockerfile

This commit is contained in:
Toastie 2025-02-15 16:23:51 +13:00
parent 13496e4a51
commit 00cac99cda
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -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