Removing dependency for tornado, use whatever Mopidy provides, fixes #443
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM debian:stretch-slim
|
||||
FROM debian:buster-slim
|
||||
|
||||
RUN set -ex \
|
||||
# Official Mopidy install for Debian/Ubuntu along with some extensions
|
||||
@ -13,6 +13,7 @@ RUN set -ex \
|
||||
gstreamer1.0-plugins-bad \
|
||||
python-crypto \
|
||||
python-pykka \
|
||||
python-tornado \
|
||||
git \
|
||||
&& curl -L https://apt.mopidy.com/mopidy.gpg | apt-key add - \
|
||||
&& curl -L https://apt.mopidy.com/mopidy.list -o /etc/apt/sources.list.d/mopidy.list \
|
||||
|
||||
Reference in New Issue
Block a user