From b020b9919cf02acbedcdfe28e57ac5b3f674b010 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 22 Apr 2019 13:20:53 +1200 Subject: [PATCH] Removing non-required dependencies --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4d7f4002..561f1c1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,6 @@ RUN set -ex \ gstreamer1.0-alsa \ gstreamer1.0-plugins-bad \ python-crypto \ - 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 \ && apt-get update \ @@ -26,10 +25,7 @@ RUN set -ex \ && curl -L https://bootstrap.pypa.io/get-pip.py | python - \ && pip install -U six pyasn1 requests[security] cryptography \ && pip install \ - Mopidy-Moped \ Mopidy-GMusic \ - Mopidy-Pandora \ - Mopidy-YouTube \ pyopenssl \ youtube-dl \ # Clone Iris from current directory and install in development mode.