Dockerfile build fix

- Removing python-dbus
This commit is contained in:
James Barnsley
2022-11-13 19:10:15 +13:00
parent 9c627486f3
commit e90c79b8e9

View File

@ -52,8 +52,7 @@ RUN git clone --depth 1 -b master https://github.com/jaedb/Iris.git /iris \
RUN python3 -m pip install --no-cache \
tox \
mopidy-mpd \
mopidy-local \
dbus-python
mopidy-local
# Start helper script.
COPY docker/entrypoint.sh /entrypoint.sh