Add bluez library

This commit is contained in:
Pascal Vizeli 2017-08-14 06:47:56 +02:00 committed by GitHub
parent c7580613a7
commit 6611c7cb8d

View file

@ -3,7 +3,7 @@ FROM %%BASE_IMAGE%%
## Install Home Assistant
COPY homeassistant/ homeassistant
RUN apk add --no-cache \
gcc g++ python3-dev musl-dev cmake make bluez-dev \
gcc g++ python3-dev musl-dev cmake make bluez-dev bluez-libs \
libffi-dev linux-headers libressl-dev glib-dev \
eudev-dev eudev-libs \
libxslt-dev libxslt libxml2-dev libxml2 \