File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ COPY package.json .
4141FROM base AS build
4242
4343# 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 && \
4545 npx npm-check-updates -u && \
4646 npm install --unsafe-perm --no-update-notifier --only=production --no-optional && \
4747 /tmp/remove_native_gpio.sh && \
@@ -101,4 +101,4 @@ EXPOSE 1880
101101# Add a healthcheck (default every 30 secs)
102102HEALTHCHECK CMD curl http://localhost:1880/ || exit 1
103103
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 5353 "node-red-contrib-noble-bluetooth" : " *" ,
5454 "node-red-contrib-tado-client" : " *" ,
5555 "node-red-contrib-zigbee2mqtt" : " *" ,
56- "node-red-dashboard" : " *"
56+ "node-red-dashboard" : " *" ,
57+ "@abandonware/bluetooth-hci-socket" : " *"
5758 }
58- }
59+ }
You can’t perform that action at this time.
0 commit comments