File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ COPY package.json .
41
41
FROM base AS build
42
42
43
43
# Install Build tools
44
- RUN apk add --no-cache --virtual buildtools build-base linux-headers udev eudev-dev avahi-dev && \
44
+ RUN apk add --no-cache --virtual buildtools build-base linux-headers udev eudev-dev avahi-dev libusb-dev libc-dev python3 && \
45
45
npx npm-check-updates -u && \
46
46
npm install --unsafe-perm --no-update-notifier --only=production --no-optional && \
47
47
/tmp/remove_native_gpio.sh && \
@@ -101,4 +101,4 @@ EXPOSE 1880
101
101
# Add a healthcheck (default every 30 secs)
102
102
HEALTHCHECK CMD curl http://localhost:1880/ || exit 1
103
103
104
- CMD ["/bin/sh" , "/usr/src/node-red/entrypoint.sh" ]
104
+ CMD ["/bin/sh" , "/usr/src/node-red/entrypoint.sh" ]
Original file line number Diff line number Diff line change 53
53
"node-red-contrib-noble-bluetooth" : " *" ,
54
54
"node-red-contrib-tado-client" : " *" ,
55
55
"node-red-contrib-zigbee2mqtt" : " *" ,
56
- "node-red-dashboard" : " *"
56
+ "node-red-dashboard" : " *" ,
57
+ "@abandonware/bluetooth-hci-socket" : " *"
57
58
}
58
- }
59
+ }
You can’t perform that action at this time.
0 commit comments