mopidy: add setuptools to fix 'No module named pkg_resources'

Python 3.12 slim doesn't bundle setuptools. mopidy imports pkg_resources
from setuptools; without it, mopidy crashes on startup.
This commit is contained in:
2026-07-01 08:11:03 -07:00
parent e2e9492a8d
commit 0da1fbf9db
+1
View File
@@ -16,6 +16,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir \ RUN pip install --no-cache-dir \
setuptools \
Mopidy==3.4.2 \ Mopidy==3.4.2 \
Mopidy-Qobuz \ Mopidy-Qobuz \
Mopidy-Local Mopidy-Local