mirror of
https://github.com/hassio-addons/addon-mopidy.git
synced 2025-05-05 20:11:22 +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-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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue