mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
fix missing mimetypes by adding mime-support package to backend docker image
This commit is contained in:
@@ -11,7 +11,7 @@ ENV IMAGE_DIRECTORY=/data/images \
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y ca-certificates gcc
|
||||
apt-get install -y ca-certificates gcc mime-support
|
||||
|
||||
COPY pyproject.toml uv.lock ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user