From 3ce5064734506ea258bcecafd08833cf35a61bb5 Mon Sep 17 00:00:00 2001 From: Wouter Habets Date: Sun, 24 Jun 2018 13:34:11 +0200 Subject: [PATCH] Add youtube-dl --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c3e35a..e3629f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ RUN apt-get update \ gstreamer0.10-alsa \ gstreamer1.0-libav \ python-crypto \ - python-setuptools + python-setuptools \ + youtube-dl RUN curl -L https://bootstrap.pypa.io/get-pip.py | python - RUN pip install --ignore-installed Mopidy-Iris