1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update hass

This commit is contained in:
kev 2017-04-16 22:33:32 +08:00
parent 2ebeb7d8ae
commit 6cd9458e11
2 changed files with 4 additions and 0 deletions

@ -8,6 +8,7 @@ MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \
&& apt-get update \ && apt-get update \
&& apt-get install -y build-essential \ && apt-get install -y build-essential \
bluez \
curl \ curl \
libbluetooth3 \ libbluetooth3 \
libbluetooth-dev \ libbluetooth-dev \
@ -22,6 +23,7 @@ RUN set -xe \
&& pip3 install --no-cache-dir gattlib \ && pip3 install --no-cache-dir gattlib \
homeassistant \ homeassistant \
pybluez \ pybluez \
&& setcap 'cap_net_raw,cap_net_admin+eip' /usr/bin/python3.4 \
&& apt-get remove -y curl \ && apt-get remove -y curl \
libbluetooth-dev \ libbluetooth-dev \
libboost-python-dev \ libboost-python-dev \

@ -8,6 +8,7 @@ MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \
&& apt-get update \ && apt-get update \
&& apt-get install -y build-essential \ && apt-get install -y build-essential \
bluez \
curl \ curl \
libbluetooth3 \ libbluetooth3 \
libbluetooth-dev \ libbluetooth-dev \
@ -22,6 +23,7 @@ RUN set -xe \
&& pip3 install --no-cache-dir gattlib \ && pip3 install --no-cache-dir gattlib \
homeassistant \ homeassistant \
pybluez \ pybluez \
&& setcap 'cap_net_raw,cap_net_admin+eip' /usr/bin/python3.4 \
&& apt-get remove -y curl \ && apt-get remove -y curl \
libbluetooth-dev \ libbluetooth-dev \
libboost-python-dev \ libboost-python-dev \