mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 11:15:38 +01:00
@@ -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 /
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user