Build broken, upgrade to bullseye and added Jellyfin and Iris plugins.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-18 20:14:03 +01:00
parent 158382e3bb
commit 837e0b1e40

View File

@@ -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 \