Merge pull request #106 from home-assistant/build

Build
This commit is contained in:
Pascal Vizeli
2017-06-04 23:41:03 +02:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -4,7 +4,13 @@ FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache tzdata jq bluez
RUN apk add --no-cache tzdata jq bluez git
# Install firmware
RUN git clone --depth 1 https://github.com/RPi-Distro/firmware-nonfree /tmp/firmware \
&& mkdir -p /lib/firmware/brcm \
&& cp -f /tmp/firmware/brcm80211/brcm/* /lib/firmware/brcm/ \
&& rm -rf /tmp/firmware
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "Bluetooth BCM43xx",
"version": "0.1",
"version": "0.2",
"slug": "Bluetooth_bcm43xx",
"description": "Activate bluetooth for bcm43xx",
"url": "https://home-assistant.io/addons/Bluetooth_bcm43xx/",