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:
Bram Mittendorff 2020-02-18 13:38:40 +01:00 committed by GitHub
parent a77232516f
commit eb0a58f6bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \