mirror of
https://github.com/hassio-addons/addon-mopidy.git
synced 2025-05-05 12:01:52 +00:00
Fixed issue with breaking of this addon without python 3 and Upda… (#24)
* Hotfix fixed issue with removing python and Updated lua-rest * Updated lua-rest
This commit is contained in:
parent
a77232516f
commit
eb0a58f6bc
1 changed files with 2 additions and 4 deletions
|
@ -44,7 +44,7 @@ RUN \
|
||||||
gstreamer1.0-plugins-ugly=1.14.4-1 \
|
gstreamer1.0-plugins-ugly=1.14.4-1 \
|
||||||
gstreamer1.0-pulseaudio=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 \
|
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
|
||||||
&& pip3 install --no-cache-dir -r /tmp/requirements.txt \
|
&& pip3 install --no-cache-dir -r /tmp/requirements.txt \
|
||||||
|
@ -65,9 +65,7 @@ RUN \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
build-essential \
|
build-essential \
|
||||||
gcc \
|
gcc \
|
||||||
python3-dev \
|
python-dev \
|
||||||
python3-gi \
|
|
||||||
python3-gst-1.0 \
|
|
||||||
dpkg-dev \
|
dpkg-dev \
|
||||||
gcc-7 \
|
gcc-7 \
|
||||||
luarocks \
|
luarocks \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue