feat (back): removes cover image handling, since it's in core now

This commit is contained in:
2026-08-31 19:50:44 +05:00
parent 5f68eccdbf
commit a67acc31b7
2 changed files with 5 additions and 16 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
FROM python:3.13-slim
# Install FFmpeg, system dependencies, and gosu from APT
# Install FFmpeg, opustags, system dependencies, and gosu from APT
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ffmpeg \
opustags \
ca-certificates \
gosu \
&& \