Conversation
addresses #180
There was a problem hiding this comment.
Pull request overview
This PR updates the standalone Docker image so that BLE can function correctly out of the box, addressing the missing native dependencies that prevented @stoprocent/noble from being installed/loaded.
Changes:
- Extend the
matterjs-serverDockerfile to install system build tools and Bluetooth libraries required for BLE support. - Document the fix in the changelog, noting that missing Docker package dependencies for BLE have been added.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docker/matterjs-server/Dockerfile | Adds build tools and Bluetooth-related system libraries before npm install so BLE native addons (e.g. @stoprocent/noble) can compile and be available at runtime. |
| CHANGELOG.md | Records the BLE Docker dependency fix in the project’s change log. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Please see #209, which will update this PR |
|
Thanks a lot. included and I will merge. I will comment the issue when it got release, but next nightly tomorrow morning shouod already have it included (@dev tag) |
addresses #180