From 6cd9458e111cc16756d7a413e1cd195df47e788e Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 16 Apr 2017 22:33:32 +0800 Subject: [PATCH] update hass --- hass/Dockerfile.debian | 2 ++ hass/arm/Dockerfile.debian | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hass/Dockerfile.debian b/hass/Dockerfile.debian index 4903ce6..7c25e47 100644 --- a/hass/Dockerfile.debian +++ b/hass/Dockerfile.debian @@ -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 \ diff --git a/hass/arm/Dockerfile.debian b/hass/arm/Dockerfile.debian index fefa317..ced5b8d 100644 --- a/hass/arm/Dockerfile.debian +++ b/hass/arm/Dockerfile.debian @@ -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 \