Fix radio

This commit is contained in:
afk
2026-07-16 19:42:12 +02:00
parent 6648cfc848
commit 5941909646
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED=1
WORKDIR /usr/src/app
RUN apt-get update && \
apt-get install -y --no-install-recommends curl ffmpeg yt-dlp && \
apt-get install -y --no-install-recommends curl ffmpeg && \
rm -rf /var/lib/apt/lists/*
COPY requirements.txt ./