From eb0a58f6bcedd68e94a954fad8cee4cc04f74c31 Mon Sep 17 00:00:00 2001 From: Bram Mittendorff Date: Tue, 18 Feb 2020 13:38:40 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20issue=20with=20breaking=20of=20this=20a?= =?UTF-8?q?ddon=20without=20python=203=20and=20Upda=E2=80=A6=20(#24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Hotfix fixed issue with removing python and Updated lua-rest * Updated lua-rest --- mopidy/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mopidy/Dockerfile b/mopidy/Dockerfile index f03e736..cdadd10 100755 --- a/mopidy/Dockerfile +++ b/mopidy/Dockerfile @@ -44,7 +44,7 @@ RUN \ gstreamer1.0-plugins-ugly=1.14.4-1 \ gstreamer1.0-pulseaudio=1.14.4-1 \ \ - && luarocks install lua-resty-http 0.13-0 \ + && luarocks install lua-resty-http 0.15-0 \ \ && curl https://bootstrap.pypa.io/get-pip.py | python3 \ && pip3 install --no-cache-dir -r /tmp/requirements.txt \ @@ -65,9 +65,7 @@ RUN \ zlib1g-dev \ build-essential \ gcc \ - python3-dev \ - python3-gi \ - python3-gst-1.0 \ + python-dev \ dpkg-dev \ gcc-7 \ luarocks \