mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
update hass
This commit is contained in:
parent
2ebeb7d8ae
commit
6cd9458e11
@ -8,6 +8,7 @@ MAINTAINER EasyPi Software Foundation
|
||||
RUN set -xe \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y build-essential \
|
||||
bluez \
|
||||
curl \
|
||||
libbluetooth3 \
|
||||
libbluetooth-dev \
|
||||
@ -22,6 +23,7 @@ RUN set -xe \
|
||||
&& pip3 install --no-cache-dir gattlib \
|
||||
homeassistant \
|
||||
pybluez \
|
||||
&& setcap 'cap_net_raw,cap_net_admin+eip' /usr/bin/python3.4 \
|
||||
&& apt-get remove -y curl \
|
||||
libbluetooth-dev \
|
||||
libboost-python-dev \
|
||||
|
@ -8,6 +8,7 @@ MAINTAINER EasyPi Software Foundation
|
||||
RUN set -xe \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y build-essential \
|
||||
bluez \
|
||||
curl \
|
||||
libbluetooth3 \
|
||||
libbluetooth-dev \
|
||||
@ -22,6 +23,7 @@ RUN set -xe \
|
||||
&& pip3 install --no-cache-dir gattlib \
|
||||
homeassistant \
|
||||
pybluez \
|
||||
&& setcap 'cap_net_raw,cap_net_admin+eip' /usr/bin/python3.4 \
|
||||
&& apt-get remove -y curl \
|
||||
libbluetooth-dev \
|
||||
libboost-python-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user