feat: add yt-dlp to Dockerfile for enhanced media handling

This commit is contained in:
krau
2026-01-19 20:40:00 +08:00
parent 17e340fff1
commit e6d8cc775a

View File

@@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
FROM alpine:latest
RUN apk add --no-cache curl ffmpeg
RUN apk add --no-cache curl ffmpeg yt-dlp
WORKDIR /app