feat (back): removes cover image handling, since it's in core now
This commit is contained in:
@@ -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 \
|
||||
&& \
|
||||
|
||||
Reference in New Issue
Block a user