diff --git a/Containerfile b/Containerfile index 00d20c5..12cd5b4 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,7 @@ FROM python:3.13-alpine +RUN apk add --no-cache opus ffmpeg yt-dlp + WORKDIR /app COPY requirements.txt .