fix: add opus, ffmpeg, yt-dlp to container image
Music playback requires system libraries that were missing from the Alpine-based container.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM python:3.13-alpine
|
||||
|
||||
RUN apk add --no-cache opus ffmpeg yt-dlp
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
Reference in New Issue
Block a user