diff --git a/Dockerfile b/Dockerfile index a98e84e..4d155aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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