From 837e0b1e40e80dd2b67e8e21815797682eb4f77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Fri, 18 Nov 2022 20:14:03 +0100 Subject: [PATCH] Build broken, upgrade to bullseye and added Jellyfin and Iris plugins. --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ffe8a6..dd4fe7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-slim +FROM debian:bullseye-slim RUN set -ex \ # Official Mopidy install for Debian/Ubuntu along with some extensions @@ -26,6 +26,8 @@ RUN set -ex \ mopidy \ mopidy-soundcloud \ mopidy-spotify \ + mopidy-jellyfin \ + mopidy-iris \ # Clean-up && apt-get purge --auto-remove -y \ gcc \