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 \